|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.AbstractTopoPrimitiveType
net.opengis.gml.EdgeType
public class EdgeType
There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.
Classe Java pour EdgeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="EdgeType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}directedNode" maxOccurs="2" minOccurs="2"/>
<element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}curveProperty" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CurvePropertyType |
curveProperty
|
protected List<DirectedFacePropertyType> |
directedFace
|
protected List<DirectedNodePropertyType> |
directedNode
|
| Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType |
|---|
container, isolated |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
EdgeType()
|
|
| Method Summary | |
|---|---|
CurvePropertyType |
getCurveProperty()
Obtient la valeur de la propriété curveProperty. |
List<DirectedFacePropertyType> |
getDirectedFace()
Gets the value of the directedFace property. |
List<DirectedNodePropertyType> |
getDirectedNode()
Gets the value of the directedNode property. |
boolean |
isSetCurveProperty()
|
boolean |
isSetDirectedFace()
|
boolean |
isSetDirectedNode()
|
void |
setCurveProperty(CurvePropertyType value)
Définit la valeur de la propriété curveProperty. |
void |
unsetDirectedFace()
|
void |
unsetDirectedNode()
|
| Methods inherited from class net.opengis.gml.AbstractTopoPrimitiveType |
|---|
getContainer, getIsolated, isSetContainer, isSetIsolated, setContainer, unsetIsolated |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DirectedNodePropertyType> directedNode
protected List<DirectedFacePropertyType> directedFace
protected CurvePropertyType curveProperty
| Constructor Detail |
|---|
public EdgeType()
| Method Detail |
|---|
public List<DirectedNodePropertyType> getDirectedNode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the directedNode property.
For example, to add a new item, do as follows:
getDirectedNode().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedNodePropertyType
public boolean isSetDirectedNode()
public void unsetDirectedNode()
public List<DirectedFacePropertyType> getDirectedFace()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the directedFace property.
For example, to add a new item, do as follows:
getDirectedFace().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedFacePropertyType
public boolean isSetDirectedFace()
public void unsetDirectedFace()
public CurvePropertyType getCurveProperty()
CurvePropertyTypepublic void setCurveProperty(CurvePropertyType value)
value - allowed object is
CurvePropertyTypepublic boolean isSetCurveProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||