Package net.opengis.gml.x32
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/3.2). 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" elementNodePropertyTypeaddNewIsolated()Appends and returns a new empty value (as xml) as the last "isolated" elementSurfacePropertyTypeaddNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementAggregationType.EnumgetAggregationType()Gets the "aggregationType" attributeDirectedEdgePropertyType[]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" elementNodePropertyType[]getIsolatedArray()Gets array of all "isolated" elementsNodePropertyTypegetIsolatedArray(int i)Gets ith "isolated" elementSurfacePropertyTypegetSurfaceProperty()Gets the "surfaceProperty" elementbooleangetUniversal()Gets the "universal" attributeDirectedEdgePropertyTypeinsertNewDirectedEdge(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" elementNodePropertyTypeinsertNewIsolated(int i)Inserts and returns a new empty value (as xml) as the ith "isolated" elementbooleanisSetAggregationType()True if has "aggregationType" attributebooleanisSetSurfaceProperty()True if has "surfaceProperty" elementbooleanisSetUniversal()True if has "universal" attributevoidremoveDirectedEdge(int i)Removes the ith "directedEdge" elementvoidremoveDirectedTopoSolid(int i)Removes the ith "directedTopoSolid" elementvoidremoveIsolated(int i)Removes the ith "isolated" elementvoidsetAggregationType(AggregationType.Enum aggregationType)Sets the "aggregationType" attributevoidsetDirectedEdgeArray(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" elementvoidsetIsolatedArray(int i, NodePropertyType isolated)Sets ith "isolated" elementvoidsetIsolatedArray(NodePropertyType[] isolatedArray)Sets array of all "isolated" elementvoidsetSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" elementvoidsetUniversal(boolean universal)Sets the "universal" attributeintsizeOfDirectedEdgeArray()Returns number of "directedEdge" elementintsizeOfDirectedTopoSolidArray()Returns number of "directedTopoSolid" elementintsizeOfIsolatedArray()Returns number of "isolated" elementvoidunsetAggregationType()Unsets the "aggregationType" attributevoidunsetSurfaceProperty()Unsets the "surfaceProperty" elementvoidunsetUniversal()Unsets the "universal" attributeAggregationTypexgetAggregationType()Gets (as xml) the "aggregationType" attributeorg.apache.xmlbeans.XmlBooleanxgetUniversal()Gets (as xml) the "universal" attributevoidxsetAggregationType(AggregationType aggregationType)Sets (as xml) the "aggregationType" attributevoidxsetUniversal(org.apache.xmlbeans.XmlBoolean universal)Sets (as xml) the "universal" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
getIsolatedArray
NodePropertyType[] getIsolatedArray()
Gets array of all "isolated" elements
-
getIsolatedArray
NodePropertyType getIsolatedArray(int i)
Gets ith "isolated" element
-
sizeOfIsolatedArray
int sizeOfIsolatedArray()
Returns number of "isolated" element
-
setIsolatedArray
void setIsolatedArray(NodePropertyType[] isolatedArray)
Sets array of all "isolated" element
-
setIsolatedArray
void setIsolatedArray(int i, NodePropertyType isolated)Sets ith "isolated" element
-
insertNewIsolated
NodePropertyType insertNewIsolated(int i)
Inserts and returns a new empty value (as xml) as the ith "isolated" element
-
addNewIsolated
NodePropertyType addNewIsolated()
Appends and returns a new empty value (as xml) as the last "isolated" element
-
removeIsolated
void removeIsolated(int i)
Removes the ith "isolated" element
-
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
-
getAggregationType
AggregationType.Enum getAggregationType()
Gets the "aggregationType" attribute
-
xgetAggregationType
AggregationType xgetAggregationType()
Gets (as xml) the "aggregationType" attribute
-
isSetAggregationType
boolean isSetAggregationType()
True if has "aggregationType" attribute
-
setAggregationType
void setAggregationType(AggregationType.Enum aggregationType)
Sets the "aggregationType" attribute
-
xsetAggregationType
void xsetAggregationType(AggregationType aggregationType)
Sets (as xml) the "aggregationType" attribute
-
unsetAggregationType
void unsetAggregationType()
Unsets the "aggregationType" attribute
-
getUniversal
boolean getUniversal()
Gets the "universal" attribute
-
xgetUniversal
org.apache.xmlbeans.XmlBoolean xgetUniversal()
Gets (as xml) the "universal" attribute
-
isSetUniversal
boolean isSetUniversal()
True if has "universal" attribute
-
setUniversal
void setUniversal(boolean universal)
Sets the "universal" attribute
-
xsetUniversal
void xsetUniversal(org.apache.xmlbeans.XmlBoolean universal)
Sets (as xml) the "universal" attribute
-
unsetUniversal
void unsetUniversal()
Unsets the "universal" attribute
-
-