Uses of Class
nl.b3p.csw.jaxb.gml.AbstractGriddedSurfaceType.Row
-
Packages that use AbstractGriddedSurfaceType.Row Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractGriddedSurfaceType.Row in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractGriddedSurfaceType.Row Modifier and Type Field Description protected List<AbstractGriddedSurfaceType.Row>AbstractGriddedSurfaceType. rowMethods in nl.b3p.csw.jaxb.gml that return AbstractGriddedSurfaceType.Row Modifier and Type Method Description AbstractGriddedSurfaceType.RowObjectFactory. createAbstractGriddedSurfaceTypeRow()Create an instance ofAbstractGriddedSurfaceType.RowMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractGriddedSurfaceType.Row Modifier and Type Method Description List<AbstractGriddedSurfaceType.Row>AbstractGriddedSurfaceType. getRow()Gets the value of the row property.Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGriddedSurfaceType.Row Constructor Description AbstractGriddedSurfaceType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns)Fully-initialising value constructorConeType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructorCylinderType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructorSphereType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructor
-