Package net.opengis.cv.x02.gml32
Interface CompactDomainObjectType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CompactDomainObjectTypeImpl
public interface CompactDomainObjectType extends org.apache.xmlbeans.XmlObjectAn XML CompactDomainObjectType(@http://www.opengis.net/cv/0.2/gml32). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCompactDomainObjectType.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 DirectPositionTypeaddNewSpatialElement()Appends and returns a new empty value (as xml) as the last "spatialElement" elementTimePositionTypeaddNewTemporalElement()Appends and returns a new empty value (as xml) as the last "temporalElement" elementDirectPositionType[]getSpatialElementArray()Gets array of all "spatialElement" elementsDirectPositionTypegetSpatialElementArray(int i)Gets ith "spatialElement" elementTimePositionType[]getTemporalElementArray()Gets array of all "temporalElement" elementsTimePositionTypegetTemporalElementArray(int i)Gets ith "temporalElement" elementDirectPositionTypeinsertNewSpatialElement(int i)Inserts and returns a new empty value (as xml) as the ith "spatialElement" elementTimePositionTypeinsertNewTemporalElement(int i)Inserts and returns a new empty value (as xml) as the ith "temporalElement" elementvoidremoveSpatialElement(int i)Removes the ith "spatialElement" elementvoidremoveTemporalElement(int i)Removes the ith "temporalElement" elementvoidsetSpatialElementArray(int i, DirectPositionType spatialElement)Sets ith "spatialElement" elementvoidsetSpatialElementArray(DirectPositionType[] spatialElementArray)Sets array of all "spatialElement" elementvoidsetTemporalElementArray(int i, TimePositionType temporalElement)Sets ith "temporalElement" elementvoidsetTemporalElementArray(TimePositionType[] temporalElementArray)Sets array of all "temporalElement" elementintsizeOfSpatialElementArray()Returns number of "spatialElement" elementintsizeOfTemporalElementArray()Returns number of "temporalElement" element-
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
-
getSpatialElementArray
DirectPositionType[] getSpatialElementArray()
Gets array of all "spatialElement" elements
-
getSpatialElementArray
DirectPositionType getSpatialElementArray(int i)
Gets ith "spatialElement" element
-
sizeOfSpatialElementArray
int sizeOfSpatialElementArray()
Returns number of "spatialElement" element
-
setSpatialElementArray
void setSpatialElementArray(DirectPositionType[] spatialElementArray)
Sets array of all "spatialElement" element
-
setSpatialElementArray
void setSpatialElementArray(int i, DirectPositionType spatialElement)Sets ith "spatialElement" element
-
insertNewSpatialElement
DirectPositionType insertNewSpatialElement(int i)
Inserts and returns a new empty value (as xml) as the ith "spatialElement" element
-
addNewSpatialElement
DirectPositionType addNewSpatialElement()
Appends and returns a new empty value (as xml) as the last "spatialElement" element
-
removeSpatialElement
void removeSpatialElement(int i)
Removes the ith "spatialElement" element
-
getTemporalElementArray
TimePositionType[] getTemporalElementArray()
Gets array of all "temporalElement" elements
-
getTemporalElementArray
TimePositionType getTemporalElementArray(int i)
Gets ith "temporalElement" element
-
sizeOfTemporalElementArray
int sizeOfTemporalElementArray()
Returns number of "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(TimePositionType[] temporalElementArray)
Sets array of all "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(int i, TimePositionType temporalElement)Sets ith "temporalElement" element
-
insertNewTemporalElement
TimePositionType insertNewTemporalElement(int i)
Inserts and returns a new empty value (as xml) as the ith "temporalElement" element
-
addNewTemporalElement
TimePositionType addNewTemporalElement()
Appends and returns a new empty value (as xml) as the last "temporalElement" element
-
removeTemporalElement
void removeTemporalElement(int i)
Removes the ith "temporalElement" element
-
-