Package net.opengis.gml
Interface FaceType
-
- All Superinterfaces:
AbstractGMLType,AbstractTopologyType,AbstractTopoPrimitiveType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FaceTypeImpl
public interface FaceType extends AbstractTopoPrimitiveType
An XML FaceType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFaceType.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 DirectedEdgePropertyTypeaddNewDirectedEdge()Appends and returns a new empty value (as xml) as the last "directedEdge" elementDirectedTopoSolidPropertyTypeaddNewDirectedTopoSolid()Appends and returns a new empty value (as xml) as the last "directedTopoSolid" elementSurfacePropertyTypeaddNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementDirectedEdgePropertyType[]getDirectedEdgeArray()Gets array of all "directedEdge" elementsDirectedEdgePropertyTypegetDirectedEdgeArray(int i)Gets ith "directedEdge" elementDirectedTopoSolidPropertyType[]getDirectedTopoSolidArray()Gets array of all "directedTopoSolid" elementsDirectedTopoSolidPropertyTypegetDirectedTopoSolidArray(int i)Gets ith "directedTopoSolid" elementSurfacePropertyTypegetSurfaceProperty()Gets the "surfaceProperty" elementDirectedEdgePropertyTypeinsertNewDirectedEdge(int i)Inserts and returns a new empty value (as xml) as the ith "directedEdge" elementDirectedTopoSolidPropertyTypeinsertNewDirectedTopoSolid(int i)Inserts and returns a new empty value (as xml) as the ith "directedTopoSolid" elementbooleanisSetSurfaceProperty()True if has "surfaceProperty" elementvoidremoveDirectedEdge(int i)Removes the ith "directedEdge" elementvoidremoveDirectedTopoSolid(int i)Removes the ith "directedTopoSolid" elementvoidsetDirectedEdgeArray(int i, DirectedEdgePropertyType directedEdge)Sets ith "directedEdge" elementvoidsetDirectedEdgeArray(DirectedEdgePropertyType[] directedEdgeArray)Sets array of all "directedEdge" elementvoidsetDirectedTopoSolidArray(int i, DirectedTopoSolidPropertyType directedTopoSolid)Sets ith "directedTopoSolid" elementvoidsetDirectedTopoSolidArray(DirectedTopoSolidPropertyType[] directedTopoSolidArray)Sets array of all "directedTopoSolid" elementvoidsetSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" elementintsizeOfDirectedEdgeArray()Returns number of "directedEdge" elementintsizeOfDirectedTopoSolidArray()Returns number of "directedTopoSolid" elementvoidunsetSurfaceProperty()Unsets the "surfaceProperty" 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
-
getDirectedEdgeArray
DirectedEdgePropertyType[] getDirectedEdgeArray()
Gets array of all "directedEdge" elements
-
getDirectedEdgeArray
DirectedEdgePropertyType getDirectedEdgeArray(int i)
Gets ith "directedEdge" element
-
sizeOfDirectedEdgeArray
int sizeOfDirectedEdgeArray()
Returns number of "directedEdge" element
-
setDirectedEdgeArray
void setDirectedEdgeArray(DirectedEdgePropertyType[] directedEdgeArray)
Sets array of all "directedEdge" element
-
setDirectedEdgeArray
void setDirectedEdgeArray(int i, DirectedEdgePropertyType directedEdge)Sets ith "directedEdge" element
-
insertNewDirectedEdge
DirectedEdgePropertyType insertNewDirectedEdge(int i)
Inserts and returns a new empty value (as xml) as the ith "directedEdge" element
-
addNewDirectedEdge
DirectedEdgePropertyType addNewDirectedEdge()
Appends and returns a new empty value (as xml) as the last "directedEdge" element
-
removeDirectedEdge
void removeDirectedEdge(int i)
Removes the ith "directedEdge" element
-
getDirectedTopoSolidArray
DirectedTopoSolidPropertyType[] getDirectedTopoSolidArray()
Gets array of all "directedTopoSolid" elements
-
getDirectedTopoSolidArray
DirectedTopoSolidPropertyType getDirectedTopoSolidArray(int i)
Gets ith "directedTopoSolid" element
-
sizeOfDirectedTopoSolidArray
int sizeOfDirectedTopoSolidArray()
Returns number of "directedTopoSolid" element
-
setDirectedTopoSolidArray
void setDirectedTopoSolidArray(DirectedTopoSolidPropertyType[] directedTopoSolidArray)
Sets array of all "directedTopoSolid" element
-
setDirectedTopoSolidArray
void setDirectedTopoSolidArray(int i, DirectedTopoSolidPropertyType directedTopoSolid)Sets ith "directedTopoSolid" element
-
insertNewDirectedTopoSolid
DirectedTopoSolidPropertyType insertNewDirectedTopoSolid(int i)
Inserts and returns a new empty value (as xml) as the ith "directedTopoSolid" element
-
addNewDirectedTopoSolid
DirectedTopoSolidPropertyType addNewDirectedTopoSolid()
Appends and returns a new empty value (as xml) as the last "directedTopoSolid" element
-
removeDirectedTopoSolid
void removeDirectedTopoSolid(int i)
Removes the ith "directedTopoSolid" element
-
getSurfaceProperty
SurfacePropertyType getSurfaceProperty()
Gets the "surfaceProperty" element
-
isSetSurfaceProperty
boolean isSetSurfaceProperty()
True if has "surfaceProperty" element
-
setSurfaceProperty
void setSurfaceProperty(SurfacePropertyType surfaceProperty)
Sets the "surfaceProperty" element
-
addNewSurfaceProperty
SurfacePropertyType addNewSurfaceProperty()
Appends and returns a new empty "surfaceProperty" element
-
unsetSurfaceProperty
void unsetSurfaceProperty()
Unsets the "surfaceProperty" element
-
-