Package net.opengis.gml.x32
Interface EdgeType
-
- All Superinterfaces:
AbstractGMLType,AbstractTopologyType,AbstractTopoPrimitiveType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EdgeTypeImpl
public interface EdgeType extends AbstractTopoPrimitiveType
An XML EdgeType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgeType.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 TopoSolidPropertyTypeaddNewContainer()Appends and returns a new empty "container" elementCurvePropertyTypeaddNewCurveProperty()Appends and returns a new empty "curveProperty" elementDirectedFacePropertyTypeaddNewDirectedFace()Appends and returns a new empty value (as xml) as the last "directedFace" elementDirectedNodePropertyTypeaddNewDirectedNode()Appends and returns a new empty value (as xml) as the last "directedNode" elementAggregationType.EnumgetAggregationType()Gets the "aggregationType" attributeTopoSolidPropertyTypegetContainer()Gets the "container" elementCurvePropertyTypegetCurveProperty()Gets the "curveProperty" elementDirectedFacePropertyType[]getDirectedFaceArray()Gets array of all "directedFace" elementsDirectedFacePropertyTypegetDirectedFaceArray(int i)Gets ith "directedFace" elementDirectedNodePropertyType[]getDirectedNodeArray()Gets array of all "directedNode" elementsDirectedNodePropertyTypegetDirectedNodeArray(int i)Gets ith "directedNode" elementDirectedFacePropertyTypeinsertNewDirectedFace(int i)Inserts and returns a new empty value (as xml) as the ith "directedFace" elementDirectedNodePropertyTypeinsertNewDirectedNode(int i)Inserts and returns a new empty value (as xml) as the ith "directedNode" elementbooleanisSetAggregationType()True if has "aggregationType" attributebooleanisSetContainer()True if has "container" elementbooleanisSetCurveProperty()True if has "curveProperty" elementvoidremoveDirectedFace(int i)Removes the ith "directedFace" elementvoidremoveDirectedNode(int i)Removes the ith "directedNode" elementvoidsetAggregationType(AggregationType.Enum aggregationType)Sets the "aggregationType" attributevoidsetContainer(TopoSolidPropertyType container)Sets the "container" elementvoidsetCurveProperty(CurvePropertyType curveProperty)Sets the "curveProperty" elementvoidsetDirectedFaceArray(int i, DirectedFacePropertyType directedFace)Sets ith "directedFace" elementvoidsetDirectedFaceArray(DirectedFacePropertyType[] directedFaceArray)Sets array of all "directedFace" elementvoidsetDirectedNodeArray(int i, DirectedNodePropertyType directedNode)Sets ith "directedNode" elementvoidsetDirectedNodeArray(DirectedNodePropertyType[] directedNodeArray)Sets array of all "directedNode" elementintsizeOfDirectedFaceArray()Returns number of "directedFace" elementintsizeOfDirectedNodeArray()Returns number of "directedNode" elementvoidunsetAggregationType()Unsets the "aggregationType" attributevoidunsetContainer()Unsets the "container" elementvoidunsetCurveProperty()Unsets the "curveProperty" elementAggregationTypexgetAggregationType()Gets (as xml) the "aggregationType" attributevoidxsetAggregationType(AggregationType aggregationType)Sets (as xml) the "aggregationType" 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
-
getContainer
TopoSolidPropertyType getContainer()
Gets the "container" element
-
isSetContainer
boolean isSetContainer()
True if has "container" element
-
setContainer
void setContainer(TopoSolidPropertyType container)
Sets the "container" element
-
addNewContainer
TopoSolidPropertyType addNewContainer()
Appends and returns a new empty "container" element
-
unsetContainer
void unsetContainer()
Unsets the "container" element
-
getDirectedNodeArray
DirectedNodePropertyType[] getDirectedNodeArray()
Gets array of all "directedNode" elements
-
getDirectedNodeArray
DirectedNodePropertyType getDirectedNodeArray(int i)
Gets ith "directedNode" element
-
sizeOfDirectedNodeArray
int sizeOfDirectedNodeArray()
Returns number of "directedNode" element
-
setDirectedNodeArray
void setDirectedNodeArray(DirectedNodePropertyType[] directedNodeArray)
Sets array of all "directedNode" element
-
setDirectedNodeArray
void setDirectedNodeArray(int i, DirectedNodePropertyType directedNode)Sets ith "directedNode" element
-
insertNewDirectedNode
DirectedNodePropertyType insertNewDirectedNode(int i)
Inserts and returns a new empty value (as xml) as the ith "directedNode" element
-
addNewDirectedNode
DirectedNodePropertyType addNewDirectedNode()
Appends and returns a new empty value (as xml) as the last "directedNode" element
-
removeDirectedNode
void removeDirectedNode(int i)
Removes the ith "directedNode" element
-
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
-
getCurveProperty
CurvePropertyType getCurveProperty()
Gets the "curveProperty" element
-
isSetCurveProperty
boolean isSetCurveProperty()
True if has "curveProperty" element
-
setCurveProperty
void setCurveProperty(CurvePropertyType curveProperty)
Sets the "curveProperty" element
-
addNewCurveProperty
CurvePropertyType addNewCurveProperty()
Appends and returns a new empty "curveProperty" element
-
unsetCurveProperty
void unsetCurveProperty()
Unsets the "curveProperty" 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
-
-