net.opengis.gml
Class TopoSurfaceType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.TopoSurfaceType
public class TopoSurfaceType
- extends AbstractTopologyType
The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.
Classe Java pour TopoSurfaceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TopoSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopologyType">
<sequence>
<element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| 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 |
directedFace
protected List<DirectedFacePropertyType> directedFace
TopoSurfaceType
public TopoSurfaceType()
getDirectedFace
public List<DirectedFacePropertyType> getDirectedFace()
- Gets the value of the directedFace property.
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
isSetDirectedFace
public boolean isSetDirectedFace()
unsetDirectedFace
public void unsetDirectedFace()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.