|
||||||||||
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-Klasse für GeographicCRSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der usesEllipsoidalCS-Eigenschaft ab. |
GeodeticDatumRefType |
getUsesGeodeticDatum()
Ruft den Wert der usesGeodeticDatum-Eigenschaft ab. |
boolean |
isSetUsesEllipsoidalCS()
|
boolean |
isSetUsesGeodeticDatum()
|
void |
setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Legt den Wert der usesEllipsoidalCS-Eigenschaft fest. |
void |
setUsesGeodeticDatum(GeodeticDatumRefType value)
Legt den Wert der usesGeodeticDatum-Eigenschaft fest. |
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 |