|
||||||||||
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.AbstractReferenceSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.GeographicCRSType
public class GeographicCRSType
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
Java class for GeographicCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeographicCRSType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType"> <sequence> <element ref="{http://www.opengis.net/gml}usesEllipsoidalCS"/> <element ref="{http://www.opengis.net/gml}usesGeodeticDatum"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeographicCRSType()
|
Method Summary | |
---|---|
EllipsoidalCSRefType |
getUsesEllipsoidalCS()
Gets the value of the usesEllipsoidalCS property. |
GeodeticDatumRefType |
getUsesGeodeticDatum()
Gets the value of the usesGeodeticDatum property. |
boolean |
isSetUsesEllipsoidalCS()
|
boolean |
isSetUsesGeodeticDatum()
|
void |
setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Sets the value of the usesEllipsoidalCS property. |
void |
setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the usesGeodeticDatum property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType |
---|
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setSrsID, setValidArea, unsetSrsID |
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 GeographicCRSType()
Method Detail |
---|
public EllipsoidalCSRefType getUsesEllipsoidalCS()
EllipsoidalCSRefType
public void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
value
- allowed object is
EllipsoidalCSRefType
public boolean isSetUsesEllipsoidalCS()
public GeodeticDatumRefType getUsesGeodeticDatum()
GeodeticDatumRefType
public void setUsesGeodeticDatum(GeodeticDatumRefType value)
value
- allowed object is
GeodeticDatumRefType
public boolean isSetUsesGeodeticDatum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |