net.opengis.gml
Class TopoSolidType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.AbstractTopoPrimitiveType
net.opengis.gml.TopoSolidType
public class TopoSolidType
- extends AbstractTopoPrimitiveType
The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.
Classe Java pour TopoSolidType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TopoSolidType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType">
<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
TopoSolidType
public TopoSolidType()
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.