|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
org.citygml4j.jaxb.gml._3_1_1.GeodeticDatumType
public class GeodeticDatumType
A geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth, or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
Java class for GeodeticDatumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeodeticDatumType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractDatumType"> <sequence> <element ref="{http://www.opengis.net/gml}usesPrimeMeridian"/> <element ref="{http://www.opengis.net/gml}usesEllipsoid"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeodeticDatumType()
|
Method Summary | |
---|---|
EllipsoidRefType |
getUsesEllipsoid()
Gets the value of the usesEllipsoid property. |
PrimeMeridianRefType |
getUsesPrimeMeridian()
Gets the value of the usesPrimeMeridian property. |
boolean |
isSetUsesEllipsoid()
|
boolean |
isSetUsesPrimeMeridian()
|
void |
setUsesEllipsoid(EllipsoidRefType value)
Sets the value of the usesEllipsoid property. |
void |
setUsesPrimeMeridian(PrimeMeridianRefType value)
Sets the value of the usesPrimeMeridian property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType |
---|
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setDatumID, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeodeticDatumType()
Method Detail |
---|
public PrimeMeridianRefType getUsesPrimeMeridian()
PrimeMeridianRefType
public void setUsesPrimeMeridian(PrimeMeridianRefType value)
value
- allowed object is
PrimeMeridianRefType
public boolean isSetUsesPrimeMeridian()
public EllipsoidRefType getUsesEllipsoid()
EllipsoidRefType
public void setUsesEllipsoid(EllipsoidRefType value)
value
- allowed object is
EllipsoidRefType
public boolean isSetUsesEllipsoid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |