Package net.opengis.gml.x32
Interface ProjectedCRSType
-
- All Superinterfaces:
AbstractCRSType,AbstractGeneralDerivedCRSType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ProjectedCRSTypeImpl
public interface ProjectedCRSType extends AbstractGeneralDerivedCRSType
An XML ProjectedCRSType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectedCRSType.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 GeodeticCRSPropertyTypeaddNewBaseGeodeticCRS()Appends and returns a new empty "baseGeodeticCRS" elementGeographicCRSPropertyTypeaddNewBaseGeographicCRS()Appends and returns a new empty "baseGeographicCRS" elementCartesianCSPropertyTypeaddNewCartesianCS()Appends and returns a new empty "cartesianCS" elementGeodeticCRSPropertyTypegetBaseGeodeticCRS()Gets the "baseGeodeticCRS" elementGeographicCRSPropertyTypegetBaseGeographicCRS()Gets the "baseGeographicCRS" elementCartesianCSPropertyTypegetCartesianCS()Gets the "cartesianCS" elementbooleanisSetBaseGeodeticCRS()True if has "baseGeodeticCRS" elementbooleanisSetBaseGeographicCRS()True if has "baseGeographicCRS" elementvoidsetBaseGeodeticCRS(GeodeticCRSPropertyType baseGeodeticCRS)Sets the "baseGeodeticCRS" elementvoidsetBaseGeographicCRS(GeographicCRSPropertyType baseGeographicCRS)Sets the "baseGeographicCRS" elementvoidsetCartesianCS(CartesianCSPropertyType cartesianCS)Sets the "cartesianCS" elementvoidunsetBaseGeodeticCRS()Unsets the "baseGeodeticCRS" elementvoidunsetBaseGeographicCRS()Unsets the "baseGeographicCRS" 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.AbstractGeneralDerivedCRSType
addNewConversion, getConversion, setConversion
-
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
-
getBaseGeodeticCRS
GeodeticCRSPropertyType getBaseGeodeticCRS()
Gets the "baseGeodeticCRS" element
-
isSetBaseGeodeticCRS
boolean isSetBaseGeodeticCRS()
True if has "baseGeodeticCRS" element
-
setBaseGeodeticCRS
void setBaseGeodeticCRS(GeodeticCRSPropertyType baseGeodeticCRS)
Sets the "baseGeodeticCRS" element
-
addNewBaseGeodeticCRS
GeodeticCRSPropertyType addNewBaseGeodeticCRS()
Appends and returns a new empty "baseGeodeticCRS" element
-
unsetBaseGeodeticCRS
void unsetBaseGeodeticCRS()
Unsets the "baseGeodeticCRS" element
-
getBaseGeographicCRS
GeographicCRSPropertyType getBaseGeographicCRS()
Gets the "baseGeographicCRS" element
-
isSetBaseGeographicCRS
boolean isSetBaseGeographicCRS()
True if has "baseGeographicCRS" element
-
setBaseGeographicCRS
void setBaseGeographicCRS(GeographicCRSPropertyType baseGeographicCRS)
Sets the "baseGeographicCRS" element
-
addNewBaseGeographicCRS
GeographicCRSPropertyType addNewBaseGeographicCRS()
Appends and returns a new empty "baseGeographicCRS" element
-
unsetBaseGeographicCRS
void unsetBaseGeographicCRS()
Unsets the "baseGeographicCRS" element
-
getCartesianCS
CartesianCSPropertyType getCartesianCS()
Gets the "cartesianCS" element
-
setCartesianCS
void setCartesianCS(CartesianCSPropertyType cartesianCS)
Sets the "cartesianCS" element
-
addNewCartesianCS
CartesianCSPropertyType addNewCartesianCS()
Appends and returns a new empty "cartesianCS" element
-
-