public class EllipsoidType extends AbstractSolidType
Java class for EllipsoidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EllipsoidType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSolidType">
<sequence>
<group ref="{http://www.opengis.net/pidflo/1.0}centerGroup"/>
<element name="semiMajorAxis" type="{http://www.opengis.net/gml}LengthType"/>
<element name="semiMinorAxis" type="{http://www.opengis.net/gml}LengthType"/>
<element name="verticalAxis" type="{http://www.opengis.net/gml}LengthType"/>
<element name="orientation" type="{http://www.opengis.net/gml}AngleType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AngleType |
orientation |
protected PointPropertyType |
pointProperty |
protected DirectPositionType |
pos |
protected LengthType |
semiMajorAxis |
protected LengthType |
semiMinorAxis |
protected LengthType |
verticalAxis |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
EllipsoidType() |
| Modifier and Type | Method and Description |
|---|---|
AngleType |
getOrientation()
Gets the value of the orientation property.
|
PointPropertyType |
getPointProperty()
Gets the value of the pointProperty property.
|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
LengthType |
getSemiMajorAxis()
Gets the value of the semiMajorAxis property.
|
LengthType |
getSemiMinorAxis()
Gets the value of the semiMinorAxis property.
|
LengthType |
getVerticalAxis()
Gets the value of the verticalAxis property.
|
void |
setOrientation(AngleType value)
Sets the value of the orientation property.
|
void |
setPointProperty(PointPropertyType value)
Sets the value of the pointProperty property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
void |
setSemiMajorAxis(LengthType value)
Sets the value of the semiMajorAxis property.
|
void |
setSemiMinorAxis(LengthType value)
Sets the value of the semiMinorAxis property.
|
void |
setVerticalAxis(LengthType value)
Sets the value of the verticalAxis property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected DirectPositionType pos
protected PointPropertyType pointProperty
protected LengthType semiMajorAxis
protected LengthType semiMinorAxis
protected LengthType verticalAxis
protected AngleType orientation
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic PointPropertyType getPointProperty()
PointPropertyTypepublic void setPointProperty(PointPropertyType value)
value - allowed object is
PointPropertyTypepublic LengthType getSemiMajorAxis()
LengthTypepublic void setSemiMajorAxis(LengthType value)
value - allowed object is
LengthTypepublic LengthType getSemiMinorAxis()
LengthTypepublic void setSemiMinorAxis(LengthType value)
value - allowed object is
LengthTypepublic LengthType getVerticalAxis()
LengthTypepublic void setVerticalAxis(LengthType value)
value - allowed object is
LengthTypepublic AngleType getOrientation()
AngleTypeCopyright © 2018. All rights reserved.