Package net.opengis.gml.x32
Interface GeodeticCRSType
-
- All Superinterfaces:
AbstractCRSType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GeodeticCRSTypeImpl
public interface GeodeticCRSType extends AbstractCRSType
An XML GeodeticCRSType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGeodeticCRSType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSPropertyTypeaddNewCartesianCS()Appends and returns a new empty "cartesianCS" elementEllipsoidalCSPropertyTypeaddNewEllipsoidalCS()Appends and returns a new empty "ellipsoidalCS" elementGeodeticDatumPropertyTypeaddNewGeodeticDatum()Appends and returns a new empty "geodeticDatum" elementSphericalCSPropertyTypeaddNewSphericalCS()Appends and returns a new empty "sphericalCS" elementCartesianCSPropertyTypegetCartesianCS()Gets the "cartesianCS" elementEllipsoidalCSPropertyTypegetEllipsoidalCS()Gets the "ellipsoidalCS" elementGeodeticDatumPropertyTypegetGeodeticDatum()Gets the "geodeticDatum" elementSphericalCSPropertyTypegetSphericalCS()Gets the "sphericalCS" elementbooleanisSetCartesianCS()True if has "cartesianCS" elementbooleanisSetEllipsoidalCS()True if has "ellipsoidalCS" elementbooleanisSetSphericalCS()True if has "sphericalCS" elementvoidsetCartesianCS(CartesianCSPropertyType cartesianCS)Sets the "cartesianCS" elementvoidsetEllipsoidalCS(EllipsoidalCSPropertyType ellipsoidalCS)Sets the "ellipsoidalCS" elementvoidsetGeodeticDatum(GeodeticDatumPropertyType geodeticDatum)Sets the "geodeticDatum" elementvoidsetSphericalCS(SphericalCSPropertyType sphericalCS)Sets the "sphericalCS" elementvoidunsetCartesianCS()Unsets the "cartesianCS" elementvoidunsetEllipsoidalCS()Unsets the "ellipsoidalCS" elementvoidunsetSphericalCS()Unsets the "sphericalCS" element-
Methods inherited from interface net.opengis.gml.x32.AbstractCRSType
addNewDomainOfValidity, addNewScope, addScope, getDomainOfValidityArray, getDomainOfValidityArray, getScopeArray, getScopeArray, insertNewDomainOfValidity, insertNewScope, insertScope, removeDomainOfValidity, removeScope, setDomainOfValidityArray, setDomainOfValidityArray, setScopeArray, setScopeArray, sizeOfDomainOfValidityArray, sizeOfScopeArray, xgetScopeArray, xgetScopeArray, xsetScopeArray, xsetScopeArray
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getEllipsoidalCS
EllipsoidalCSPropertyType getEllipsoidalCS()
Gets the "ellipsoidalCS" element
-
isSetEllipsoidalCS
boolean isSetEllipsoidalCS()
True if has "ellipsoidalCS" element
-
setEllipsoidalCS
void setEllipsoidalCS(EllipsoidalCSPropertyType ellipsoidalCS)
Sets the "ellipsoidalCS" element
-
addNewEllipsoidalCS
EllipsoidalCSPropertyType addNewEllipsoidalCS()
Appends and returns a new empty "ellipsoidalCS" element
-
unsetEllipsoidalCS
void unsetEllipsoidalCS()
Unsets the "ellipsoidalCS" element
-
getCartesianCS
CartesianCSPropertyType getCartesianCS()
Gets the "cartesianCS" element
-
isSetCartesianCS
boolean isSetCartesianCS()
True if has "cartesianCS" element
-
setCartesianCS
void setCartesianCS(CartesianCSPropertyType cartesianCS)
Sets the "cartesianCS" element
-
addNewCartesianCS
CartesianCSPropertyType addNewCartesianCS()
Appends and returns a new empty "cartesianCS" element
-
unsetCartesianCS
void unsetCartesianCS()
Unsets the "cartesianCS" element
-
getSphericalCS
SphericalCSPropertyType getSphericalCS()
Gets the "sphericalCS" element
-
isSetSphericalCS
boolean isSetSphericalCS()
True if has "sphericalCS" element
-
setSphericalCS
void setSphericalCS(SphericalCSPropertyType sphericalCS)
Sets the "sphericalCS" element
-
addNewSphericalCS
SphericalCSPropertyType addNewSphericalCS()
Appends and returns a new empty "sphericalCS" element
-
unsetSphericalCS
void unsetSphericalCS()
Unsets the "sphericalCS" element
-
getGeodeticDatum
GeodeticDatumPropertyType getGeodeticDatum()
Gets the "geodeticDatum" element
-
setGeodeticDatum
void setGeodeticDatum(GeodeticDatumPropertyType geodeticDatum)
Sets the "geodeticDatum" element
-
addNewGeodeticDatum
GeodeticDatumPropertyType addNewGeodeticDatum()
Appends and returns a new empty "geodeticDatum" element
-
-