|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.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.
Classe Java pour GeocentricCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected CartesianCSRefType |
usesCartesianCS
|
protected GeodeticDatumRefType |
usesGeodeticDatum
|
protected SphericalCSRefType |
usesSphericalCS
|
| Fields inherited from class net.opengis.gml.AbstractReferenceSystemType |
|---|
remarks, scope, srsID, validArea |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
GeocentricCRSType()
|
|
| Method Summary | |
|---|---|
CartesianCSRefType |
getUsesCartesianCS()
Obtient la valeur de la propriété usesCartesianCS. |
GeodeticDatumRefType |
getUsesGeodeticDatum()
Obtient la valeur de la propriété usesGeodeticDatum. |
SphericalCSRefType |
getUsesSphericalCS()
Obtient la valeur de la propriété usesSphericalCS. |
boolean |
isSetUsesCartesianCS()
|
boolean |
isSetUsesGeodeticDatum()
|
boolean |
isSetUsesSphericalCS()
|
void |
setUsesCartesianCS(CartesianCSRefType value)
Définit la valeur de la propriété usesCartesianCS. |
void |
setUsesGeodeticDatum(GeodeticDatumRefType value)
Définit la valeur de la propriété usesGeodeticDatum. |
void |
setUsesSphericalCS(SphericalCSRefType value)
Définit la valeur de la propriété usesSphericalCS. |
| Methods inherited from class net.opengis.gml.AbstractReferenceSystemType |
|---|
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setValidArea, unsetSrsID |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CartesianCSRefType usesCartesianCS
protected SphericalCSRefType usesSphericalCS
protected GeodeticDatumRefType usesGeodeticDatum
| Constructor Detail |
|---|
public GeocentricCRSType()
| Method Detail |
|---|
public CartesianCSRefType getUsesCartesianCS()
CartesianCSRefTypepublic void setUsesCartesianCS(CartesianCSRefType value)
value - allowed object is
CartesianCSRefTypepublic boolean isSetUsesCartesianCS()
public SphericalCSRefType getUsesSphericalCS()
SphericalCSRefTypepublic void setUsesSphericalCS(SphericalCSRefType value)
value - allowed object is
SphericalCSRefTypepublic boolean isSetUsesSphericalCS()
public GeodeticDatumRefType getUsesGeodeticDatum()
GeodeticDatumRefTypepublic void setUsesGeodeticDatum(GeodeticDatumRefType value)
value - allowed object is
GeodeticDatumRefTypepublic boolean isSetUsesGeodeticDatum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||