Package net.opengis.gml
Interface AbstractReferenceSystemType
-
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractGeneralDerivedCRSType,CompoundCRSType,DerivedCRSType,EngineeringCRSType,GeocentricCRSType,GeographicCRSType,ImageCRSType,ProjectedCRSType,TemporalCRSType,VerticalCRSType
- All Known Implementing Classes:
AbstractGeneralDerivedCRSTypeImpl,AbstractReferenceSystemTypeImpl,CompoundCRSTypeImpl,DerivedCRSTypeImpl,EngineeringCRSTypeImpl,GeocentricCRSTypeImpl,GeographicCRSTypeImpl,ImageCRSTypeImpl,ProjectedCRSTypeImpl,TemporalCRSTypeImpl,VerticalCRSTypeImpl
public interface AbstractReferenceSystemType extends AbstractReferenceSystemBaseType
An XML AbstractReferenceSystemType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractReferenceSystemType.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 StringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementIdentifierTypeaddNewSrsID()Appends and returns a new empty value (as xml) as the last "srsID" elementExtentTypeaddNewValidArea()Appends and returns a new empty "validArea" elementStringOrRefTypegetRemarks()Gets the "remarks" elementStringgetScope()Gets the "scope" elementIdentifierType[]getSrsIDArray()Gets array of all "srsID" elementsIdentifierTypegetSrsIDArray(int i)Gets ith "srsID" elementExtentTypegetValidArea()Gets the "validArea" elementIdentifierTypeinsertNewSrsID(int i)Inserts and returns a new empty value (as xml) as the ith "srsID" elementbooleanisSetRemarks()True if has "remarks" elementbooleanisSetScope()True if has "scope" elementbooleanisSetValidArea()True if has "validArea" elementvoidremoveSrsID(int i)Removes the ith "srsID" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementvoidsetScope(String scope)Sets the "scope" elementvoidsetSrsIDArray(int i, IdentifierType srsID)Sets ith "srsID" elementvoidsetSrsIDArray(IdentifierType[] srsIDArray)Sets array of all "srsID" elementvoidsetValidArea(ExtentType validArea)Sets the "validArea" elementintsizeOfSrsIDArray()Returns number of "srsID" elementvoidunsetRemarks()Unsets the "remarks" elementvoidunsetScope()Unsets the "scope" elementvoidunsetValidArea()Unsets the "validArea" elementorg.apache.xmlbeans.XmlStringxgetScope()Gets (as xml) the "scope" elementvoidxsetScope(org.apache.xmlbeans.XmlString scope)Sets (as xml) the "scope" element-
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.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
-
getSrsIDArray
IdentifierType[] getSrsIDArray()
Gets array of all "srsID" elements
-
getSrsIDArray
IdentifierType getSrsIDArray(int i)
Gets ith "srsID" element
-
sizeOfSrsIDArray
int sizeOfSrsIDArray()
Returns number of "srsID" element
-
setSrsIDArray
void setSrsIDArray(IdentifierType[] srsIDArray)
Sets array of all "srsID" element
-
setSrsIDArray
void setSrsIDArray(int i, IdentifierType srsID)Sets ith "srsID" element
-
insertNewSrsID
IdentifierType insertNewSrsID(int i)
Inserts and returns a new empty value (as xml) as the ith "srsID" element
-
addNewSrsID
IdentifierType addNewSrsID()
Appends and returns a new empty value (as xml) as the last "srsID" element
-
removeSrsID
void removeSrsID(int i)
Removes the ith "srsID" element
-
getRemarks
StringOrRefType getRemarks()
Gets the "remarks" element
-
isSetRemarks
boolean isSetRemarks()
True if has "remarks" element
-
setRemarks
void setRemarks(StringOrRefType remarks)
Sets the "remarks" element
-
addNewRemarks
StringOrRefType addNewRemarks()
Appends and returns a new empty "remarks" element
-
unsetRemarks
void unsetRemarks()
Unsets the "remarks" element
-
getValidArea
ExtentType getValidArea()
Gets the "validArea" element
-
isSetValidArea
boolean isSetValidArea()
True if has "validArea" element
-
setValidArea
void setValidArea(ExtentType validArea)
Sets the "validArea" element
-
addNewValidArea
ExtentType addNewValidArea()
Appends and returns a new empty "validArea" element
-
unsetValidArea
void unsetValidArea()
Unsets the "validArea" element
-
getScope
String getScope()
Gets the "scope" element
-
xgetScope
org.apache.xmlbeans.XmlString xgetScope()
Gets (as xml) the "scope" element
-
isSetScope
boolean isSetScope()
True if has "scope" element
-
setScope
void setScope(String scope)
Sets the "scope" element
-
xsetScope
void xsetScope(org.apache.xmlbeans.XmlString scope)
Sets (as xml) the "scope" element
-
unsetScope
void unsetScope()
Unsets the "scope" element
-
-