Package net.opengis.cv.x02.gml32
Interface CVDomainObjectType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CVDomainObjectTypeImpl
public interface CVDomainObjectType extends org.apache.xmlbeans.XmlObjectAn XML CV_DomainObjectType(@http://www.opengis.net/cv/0.2/gml32). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCVDomainObjectType.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 GeometryPropertyTypeaddNewSpatialElement()Appends and returns a new empty value (as xml) as the last "spatialElement" elementTimeGeometricPrimitivePropertyTypeaddNewTemporalElement()Appends and returns a new empty value (as xml) as the last "temporalElement" elementGeometryPropertyType[]getSpatialElementArray()Gets array of all "spatialElement" elementsGeometryPropertyTypegetSpatialElementArray(int i)Gets ith "spatialElement" elementTimeGeometricPrimitivePropertyType[]getTemporalElementArray()Gets array of all "temporalElement" elementsTimeGeometricPrimitivePropertyTypegetTemporalElementArray(int i)Gets ith "temporalElement" elementGeometryPropertyTypeinsertNewSpatialElement(int i)Inserts and returns a new empty value (as xml) as the ith "spatialElement" elementTimeGeometricPrimitivePropertyTypeinsertNewTemporalElement(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, GeometryPropertyType spatialElement)Sets ith "spatialElement" elementvoidsetSpatialElementArray(GeometryPropertyType[] spatialElementArray)Sets array of all "spatialElement" elementvoidsetTemporalElementArray(int i, TimeGeometricPrimitivePropertyType temporalElement)Sets ith "temporalElement" elementvoidsetTemporalElementArray(TimeGeometricPrimitivePropertyType[] 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
GeometryPropertyType[] getSpatialElementArray()
Gets array of all "spatialElement" elements
-
getSpatialElementArray
GeometryPropertyType getSpatialElementArray(int i)
Gets ith "spatialElement" element
-
sizeOfSpatialElementArray
int sizeOfSpatialElementArray()
Returns number of "spatialElement" element
-
setSpatialElementArray
void setSpatialElementArray(GeometryPropertyType[] spatialElementArray)
Sets array of all "spatialElement" element
-
setSpatialElementArray
void setSpatialElementArray(int i, GeometryPropertyType spatialElement)Sets ith "spatialElement" element
-
insertNewSpatialElement
GeometryPropertyType insertNewSpatialElement(int i)
Inserts and returns a new empty value (as xml) as the ith "spatialElement" element
-
addNewSpatialElement
GeometryPropertyType 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
TimeGeometricPrimitivePropertyType[] getTemporalElementArray()
Gets array of all "temporalElement" elements
-
getTemporalElementArray
TimeGeometricPrimitivePropertyType getTemporalElementArray(int i)
Gets ith "temporalElement" element
-
sizeOfTemporalElementArray
int sizeOfTemporalElementArray()
Returns number of "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(TimeGeometricPrimitivePropertyType[] temporalElementArray)
Sets array of all "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(int i, TimeGeometricPrimitivePropertyType temporalElement)Sets ith "temporalElement" element
-
insertNewTemporalElement
TimeGeometricPrimitivePropertyType insertNewTemporalElement(int i)
Inserts and returns a new empty value (as xml) as the ith "temporalElement" element
-
addNewTemporalElement
TimeGeometricPrimitivePropertyType 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
-
-