|
||||||||||
| 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.FaceType
public class FaceType
. The topological boundary of a face consists of a set of directed edges. Note that all edges associated with a Face, including dangling and interior edges, appear in the boundary. Dangling and interior edges are each referenced by pairs of directedEdges with opposing orientations. The optional coboundary of a face is a pair of directed solids which are bounded by this face. If present, there is precisely one positively directed and one negatively directed solid in the coboundary of every face. The positively directed solid corresponds to the solid which lies in the direction of the positively directed normal to the face in any geometric realisation. A face may optionally be realised by a 2-dimensional (surface) geometric primitive.
Classe Java pour FaceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}directedEdge" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/gml}directedTopoSolid" maxOccurs="2" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}surfaceProperty" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DirectedEdgePropertyType> |
directedEdge
|
protected List<DirectedTopoSolidPropertyType> |
directedTopoSolid
|
protected SurfacePropertyType |
surfaceProperty
|
| Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType |
|---|
container, isolated |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
FaceType()
|
|
| Method Summary | |
|---|---|
List<DirectedEdgePropertyType> |
getDirectedEdge()
Gets the value of the directedEdge property. |
List<DirectedTopoSolidPropertyType> |
getDirectedTopoSolid()
Gets the value of the directedTopoSolid property. |
SurfacePropertyType |
getSurfaceProperty()
Obtient la valeur de la propriété surfaceProperty. |
boolean |
isSetDirectedEdge()
|
boolean |
isSetDirectedTopoSolid()
|
boolean |
isSetSurfaceProperty()
|
void |
setSurfaceProperty(SurfacePropertyType value)
Définit la valeur de la propriété surfaceProperty. |
void |
unsetDirectedEdge()
|
void |
unsetDirectedTopoSolid()
|
| 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<DirectedEdgePropertyType> directedEdge
protected List<DirectedTopoSolidPropertyType> directedTopoSolid
protected SurfacePropertyType surfaceProperty
| Constructor Detail |
|---|
public FaceType()
| Method Detail |
|---|
public List<DirectedEdgePropertyType> getDirectedEdge()
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 directedEdge property.
For example, to add a new item, do as follows:
getDirectedEdge().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedEdgePropertyType
public boolean isSetDirectedEdge()
public void unsetDirectedEdge()
public List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
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 directedTopoSolid property.
For example, to add a new item, do as follows:
getDirectedTopoSolid().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedTopoSolidPropertyType
public boolean isSetDirectedTopoSolid()
public void unsetDirectedTopoSolid()
public SurfacePropertyType getSurfaceProperty()
SurfacePropertyTypepublic void setSurfaceProperty(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic boolean isSetSurfaceProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||