public class SphereType extends AbstractGriddedSurfaceType
Java class for SphereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SphereType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGriddedSurfaceType">
<attribute name="horizontalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArc3Points" />
<attribute name="verticalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArc3Points" />
</extension>
</complexContent>
</complexType>
AbstractGriddedSurfaceType.Row| Modifier and Type | Field and Description |
|---|---|
protected CurveInterpolationType |
horizontalCurveType |
protected CurveInterpolationType |
verticalCurveType |
columns, row, rows| Constructor and Description |
|---|
SphereType()
Default no-arg constructor
|
SphereType(List<AbstractGriddedSurfaceType.Row> row,
BigInteger rows,
BigInteger columns,
CurveInterpolationType horizontalCurveType,
CurveInterpolationType verticalCurveType)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
CurveInterpolationType |
getHorizontalCurveType()
Gets the value of the horizontalCurveType property.
|
CurveInterpolationType |
getVerticalCurveType()
Gets the value of the verticalCurveType property.
|
void |
setHorizontalCurveType(CurveInterpolationType value)
Sets the value of the horizontalCurveType property.
|
void |
setVerticalCurveType(CurveInterpolationType value)
Sets the value of the verticalCurveType property.
|
getColumns, getRow, getRows, setColumns, setRowsprotected CurveInterpolationType horizontalCurveType
protected CurveInterpolationType verticalCurveType
public SphereType()
public SphereType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)
public CurveInterpolationType getHorizontalCurveType()
CurveInterpolationTypepublic void setHorizontalCurveType(CurveInterpolationType value)
value - allowed object is
CurveInterpolationTypepublic CurveInterpolationType getVerticalCurveType()
CurveInterpolationTypepublic void setVerticalCurveType(CurveInterpolationType value)
value - allowed object is
CurveInterpolationTypeCopyright © 2020 B3Partners B.V.. All rights reserved.