Package net.opengis.gml
Interface DerivedCRSType
-
- All Superinterfaces:
AbstractGeneralDerivedCRSType,AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DerivedCRSTypeImpl
public interface DerivedCRSType extends AbstractGeneralDerivedCRSType
An XML DerivedCRSType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDerivedCRSType.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 DerivedCRSTypeTypeaddNewDerivedCRSType()Appends and returns a new empty "derivedCRSType" elementCoordinateSystemRefTypeaddNewUsesCS()Appends and returns a new empty "usesCS" elementDerivedCRSTypeTypegetDerivedCRSType()Gets the "derivedCRSType" elementCoordinateSystemRefTypegetUsesCS()Gets the "usesCS" elementvoidsetDerivedCRSType(DerivedCRSTypeType derivedCRSType)Sets the "derivedCRSType" elementvoidsetUsesCS(CoordinateSystemRefType usesCS)Sets the "usesCS" element-
Methods inherited from interface net.opengis.gml.AbstractGeneralDerivedCRSType
addNewBaseCRS, addNewDefinedByConversion, getBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.gml.AbstractReferenceSystemBaseType
addNewSrsName, getSrsName, setSrsName
-
Methods inherited from interface net.opengis.gml.AbstractReferenceSystemType
addNewRemarks, addNewSrsID, addNewValidArea, getRemarks, getScope, getSrsIDArray, getSrsIDArray, getValidArea, insertNewSrsID, isSetRemarks, isSetScope, isSetValidArea, removeSrsID, setRemarks, setScope, setSrsIDArray, setSrsIDArray, setValidArea, sizeOfSrsIDArray, unsetRemarks, unsetScope, unsetValidArea, xgetScope, xsetScope
-
Methods inherited from interface net.opengis.gml.DefinitionType
addNewName, getId, getNameArray, getNameArray, insertNewName, isSetId, removeName, setId, setNameArray, setNameArray, sizeOfNameArray, unsetId, xgetId, xsetId
-
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
-
getDerivedCRSType
DerivedCRSTypeType getDerivedCRSType()
Gets the "derivedCRSType" element
-
setDerivedCRSType
void setDerivedCRSType(DerivedCRSTypeType derivedCRSType)
Sets the "derivedCRSType" element
-
addNewDerivedCRSType
DerivedCRSTypeType addNewDerivedCRSType()
Appends and returns a new empty "derivedCRSType" element
-
getUsesCS
CoordinateSystemRefType getUsesCS()
Gets the "usesCS" element
-
setUsesCS
void setUsesCS(CoordinateSystemRefType usesCS)
Sets the "usesCS" element
-
addNewUsesCS
CoordinateSystemRefType addNewUsesCS()
Appends and returns a new empty "usesCS" element
-
-