Package org.isotc211.x2005.gmd
Interface MDVectorSpatialRepresentationType
-
- All Superinterfaces:
AbstractMDSpatialRepresentationType,AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDVectorSpatialRepresentationTypeImpl
public interface MDVectorSpatialRepresentationType extends AbstractMDSpatialRepresentationType
An XML MD_VectorSpatialRepresentation_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDVectorSpatialRepresentationType.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 MDGeometricObjectsPropertyTypeaddNewGeometricObjects()Appends and returns a new empty value (as xml) as the last "geometricObjects" elementMDTopologyLevelCodePropertyTypeaddNewTopologyLevel()Appends and returns a new empty "topologyLevel" elementMDGeometricObjectsPropertyType[]getGeometricObjectsArray()Gets array of all "geometricObjects" elementsMDGeometricObjectsPropertyTypegetGeometricObjectsArray(int i)Gets ith "geometricObjects" elementMDTopologyLevelCodePropertyTypegetTopologyLevel()Gets the "topologyLevel" elementMDGeometricObjectsPropertyTypeinsertNewGeometricObjects(int i)Inserts and returns a new empty value (as xml) as the ith "geometricObjects" elementbooleanisSetTopologyLevel()True if has "topologyLevel" elementvoidremoveGeometricObjects(int i)Removes the ith "geometricObjects" elementvoidsetGeometricObjectsArray(int i, MDGeometricObjectsPropertyType geometricObjects)Sets ith "geometricObjects" elementvoidsetGeometricObjectsArray(MDGeometricObjectsPropertyType[] geometricObjectsArray)Sets array of all "geometricObjects" elementvoidsetTopologyLevel(MDTopologyLevelCodePropertyType topologyLevel)Sets the "topologyLevel" elementintsizeOfGeometricObjectsArray()Returns number of "geometricObjects" elementvoidunsetTopologyLevel()Unsets the "topologyLevel" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getTopologyLevel
MDTopologyLevelCodePropertyType getTopologyLevel()
Gets the "topologyLevel" element
-
isSetTopologyLevel
boolean isSetTopologyLevel()
True if has "topologyLevel" element
-
setTopologyLevel
void setTopologyLevel(MDTopologyLevelCodePropertyType topologyLevel)
Sets the "topologyLevel" element
-
addNewTopologyLevel
MDTopologyLevelCodePropertyType addNewTopologyLevel()
Appends and returns a new empty "topologyLevel" element
-
unsetTopologyLevel
void unsetTopologyLevel()
Unsets the "topologyLevel" element
-
getGeometricObjectsArray
MDGeometricObjectsPropertyType[] getGeometricObjectsArray()
Gets array of all "geometricObjects" elements
-
getGeometricObjectsArray
MDGeometricObjectsPropertyType getGeometricObjectsArray(int i)
Gets ith "geometricObjects" element
-
sizeOfGeometricObjectsArray
int sizeOfGeometricObjectsArray()
Returns number of "geometricObjects" element
-
setGeometricObjectsArray
void setGeometricObjectsArray(MDGeometricObjectsPropertyType[] geometricObjectsArray)
Sets array of all "geometricObjects" element
-
setGeometricObjectsArray
void setGeometricObjectsArray(int i, MDGeometricObjectsPropertyType geometricObjects)Sets ith "geometricObjects" element
-
insertNewGeometricObjects
MDGeometricObjectsPropertyType insertNewGeometricObjects(int i)
Inserts and returns a new empty value (as xml) as the ith "geometricObjects" element
-
addNewGeometricObjects
MDGeometricObjectsPropertyType addNewGeometricObjects()
Appends and returns a new empty value (as xml) as the last "geometricObjects" element
-
removeGeometricObjects
void removeGeometricObjects(int i)
Removes the ith "geometricObjects" element
-
-