Package net.opengis.gml
Interface CoordinateSystemAxisType
-
- All Superinterfaces:
AbstractGMLType,CoordinateSystemAxisBaseType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CoordinateSystemAxisTypeImpl
public interface CoordinateSystemAxisType extends CoordinateSystemAxisBaseType
An XML CoordinateSystemAxisType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoordinateSystemAxisType.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 CodeTypeaddNewAxisAbbrev()Appends and returns a new empty "axisAbbrev" elementCodeTypeaddNewAxisDirection()Appends and returns a new empty "axisDirection" elementIdentifierTypeaddNewAxisID()Appends and returns a new empty value (as xml) as the last "axisID" elementStringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementCodeTypegetAxisAbbrev()Gets the "axisAbbrev" elementCodeTypegetAxisDirection()Gets the "axisDirection" elementIdentifierType[]getAxisIDArray()Gets array of all "axisID" elementsIdentifierTypegetAxisIDArray(int i)Gets ith "axisID" elementStringOrRefTypegetRemarks()Gets the "remarks" elementStringgetUom()Gets the "uom" attributeIdentifierTypeinsertNewAxisID(int i)Inserts and returns a new empty value (as xml) as the ith "axisID" elementbooleanisSetRemarks()True if has "remarks" elementvoidremoveAxisID(int i)Removes the ith "axisID" elementvoidsetAxisAbbrev(CodeType axisAbbrev)Sets the "axisAbbrev" elementvoidsetAxisDirection(CodeType axisDirection)Sets the "axisDirection" elementvoidsetAxisIDArray(int i, IdentifierType axisID)Sets ith "axisID" elementvoidsetAxisIDArray(IdentifierType[] axisIDArray)Sets array of all "axisID" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementvoidsetUom(String uom)Sets the "uom" attributeintsizeOfAxisIDArray()Returns number of "axisID" elementvoidunsetRemarks()Unsets the "remarks" elementorg.apache.xmlbeans.XmlAnyURIxgetUom()Gets (as xml) the "uom" attributevoidxsetUom(org.apache.xmlbeans.XmlAnyURI uom)Sets (as xml) the "uom" attribute-
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.CoordinateSystemAxisBaseType
addNewName, getNameArray, getNameArray, insertNewName, removeName, setNameArray, setNameArray, sizeOfNameArray
-
Methods inherited from interface net.opengis.gml.DefinitionType
getId, isSetId, setId, 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
-
getAxisIDArray
IdentifierType[] getAxisIDArray()
Gets array of all "axisID" elements
-
getAxisIDArray
IdentifierType getAxisIDArray(int i)
Gets ith "axisID" element
-
sizeOfAxisIDArray
int sizeOfAxisIDArray()
Returns number of "axisID" element
-
setAxisIDArray
void setAxisIDArray(IdentifierType[] axisIDArray)
Sets array of all "axisID" element
-
setAxisIDArray
void setAxisIDArray(int i, IdentifierType axisID)Sets ith "axisID" element
-
insertNewAxisID
IdentifierType insertNewAxisID(int i)
Inserts and returns a new empty value (as xml) as the ith "axisID" element
-
addNewAxisID
IdentifierType addNewAxisID()
Appends and returns a new empty value (as xml) as the last "axisID" element
-
removeAxisID
void removeAxisID(int i)
Removes the ith "axisID" 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
-
getAxisAbbrev
CodeType getAxisAbbrev()
Gets the "axisAbbrev" element
-
setAxisAbbrev
void setAxisAbbrev(CodeType axisAbbrev)
Sets the "axisAbbrev" element
-
addNewAxisAbbrev
CodeType addNewAxisAbbrev()
Appends and returns a new empty "axisAbbrev" element
-
getAxisDirection
CodeType getAxisDirection()
Gets the "axisDirection" element
-
setAxisDirection
void setAxisDirection(CodeType axisDirection)
Sets the "axisDirection" element
-
addNewAxisDirection
CodeType addNewAxisDirection()
Appends and returns a new empty "axisDirection" element
-
getUom
String getUom()
Gets the "uom" attribute
-
xgetUom
org.apache.xmlbeans.XmlAnyURI xgetUom()
Gets (as xml) the "uom" attribute
-
setUom
void setUom(String uom)
Sets the "uom" attribute
-
xsetUom
void xsetUom(org.apache.xmlbeans.XmlAnyURI uom)
Sets (as xml) the "uom" attribute
-
-