net.opengis.gml
Class SolidType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractSolidType
net.opengis.gml.SolidType
public class SolidType
- extends AbstractSolidType
A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces (shells). A shell is represented by a composite surface, where every shell is used to represent a single connected component of the boundary of a solid. It consists of a composite surface (a list of orientable surfaces) connected in a topological cycle (an object whose boundary is empty). Unlike a Ring, a Shell's elements have no natural sort order. Like Rings, Shells are simple.
Classe Java pour SolidType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SolidType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSolidType">
<sequence>
<element name="exterior" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
<element name="interior" type="{http://www.opengis.net/gml}SurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractGeometryType |
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels |
| 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 |
exterior
protected SurfacePropertyType exterior
interior
protected List<SurfacePropertyType> interior
SolidType
public SolidType()
getExterior
public SurfacePropertyType getExterior()
- Obtient la valeur de la propriété exterior.
- Returns:
- possible object is
SurfacePropertyType
setExterior
public void setExterior(SurfacePropertyType value)
- Définit la valeur de la propriété exterior.
- Parameters:
value - allowed object is
SurfacePropertyType
isSetExterior
public boolean isSetExterior()
getInterior
public List<SurfacePropertyType> getInterior()
- Gets the value of the interior 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 interior property.
For example, to add a new item, do as follows:
getInterior().add(newItem);
Objects of the following type(s) are allowed in the list
SurfacePropertyType
isSetInterior
public boolean isSetInterior()
unsetInterior
public void unsetInterior()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.