|
||||||||||
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.GeocentricCRSType
public class GeocentricCRSType
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature.
Java class for GeocentricCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeocentricCRSType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml}usesCartesianCS"/> <element ref="{http://www.opengis.net/gml}usesSphericalCS"/> </choice> <element ref="{http://www.opengis.net/gml}usesGeodeticDatum"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeocentricCRSType()
|
Method Summary | |
---|---|
CartesianCSRefType |
getUsesCartesianCS()
Gets the value of the usesCartesianCS property. |
GeodeticDatumRefType |
getUsesGeodeticDatum()
Gets the value of the usesGeodeticDatum property. |
SphericalCSRefType |
getUsesSphericalCS()
Gets the value of the usesSphericalCS property. |
boolean |
isSetUsesCartesianCS()
|
boolean |
isSetUsesGeodeticDatum()
|
boolean |
isSetUsesSphericalCS()
|
void |
setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the usesCartesianCS property. |
void |
setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the usesGeodeticDatum property. |
void |
setUsesSphericalCS(SphericalCSRefType value)
Sets the value of the usesSphericalCS 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 GeocentricCRSType()
Method Detail |
---|
public CartesianCSRefType getUsesCartesianCS()
CartesianCSRefType
public void setUsesCartesianCS(CartesianCSRefType value)
value
- allowed object is
CartesianCSRefType
public boolean isSetUsesCartesianCS()
public SphericalCSRefType getUsesSphericalCS()
SphericalCSRefType
public void setUsesSphericalCS(SphericalCSRefType value)
value
- allowed object is
SphericalCSRefType
public boolean isSetUsesSphericalCS()
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 |