Package net.opengis.gml
Interface TopoSolidType
-
- All Superinterfaces:
AbstractGMLType,AbstractTopologyType,AbstractTopoPrimitiveType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TopoSolidTypeImpl
public interface TopoSolidType extends AbstractTopoPrimitiveType
An XML TopoSolidType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopoSolidType.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 DirectedFacePropertyTypeaddNewDirectedFace()Appends and returns a new empty value (as xml) as the last "directedFace" elementDirectedFacePropertyType[]getDirectedFaceArray()Gets array of all "directedFace" elementsDirectedFacePropertyTypegetDirectedFaceArray(int i)Gets ith "directedFace" elementDirectedFacePropertyTypeinsertNewDirectedFace(int i)Inserts and returns a new empty value (as xml) as the ith "directedFace" elementvoidremoveDirectedFace(int i)Removes the ith "directedFace" elementvoidsetDirectedFaceArray(int i, DirectedFacePropertyType directedFace)Sets ith "directedFace" elementvoidsetDirectedFaceArray(DirectedFacePropertyType[] directedFaceArray)Sets array of all "directedFace" elementintsizeOfDirectedFaceArray()Returns number of "directedFace" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.AbstractTopoPrimitiveType
addNewContainer, addNewIsolated, getContainer, getIsolatedArray, getIsolatedArray, insertNewIsolated, isSetContainer, removeIsolated, setContainer, setIsolatedArray, setIsolatedArray, sizeOfIsolatedArray, unsetContainer
-
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
-
getDirectedFaceArray
DirectedFacePropertyType[] getDirectedFaceArray()
Gets array of all "directedFace" elements
-
getDirectedFaceArray
DirectedFacePropertyType getDirectedFaceArray(int i)
Gets ith "directedFace" element
-
sizeOfDirectedFaceArray
int sizeOfDirectedFaceArray()
Returns number of "directedFace" element
-
setDirectedFaceArray
void setDirectedFaceArray(DirectedFacePropertyType[] directedFaceArray)
Sets array of all "directedFace" element
-
setDirectedFaceArray
void setDirectedFaceArray(int i, DirectedFacePropertyType directedFace)Sets ith "directedFace" element
-
insertNewDirectedFace
DirectedFacePropertyType insertNewDirectedFace(int i)
Inserts and returns a new empty value (as xml) as the ith "directedFace" element
-
addNewDirectedFace
DirectedFacePropertyType addNewDirectedFace()
Appends and returns a new empty value (as xml) as the last "directedFace" element
-
removeDirectedFace
void removeDirectedFace(int i)
Removes the ith "directedFace" element
-
-