net.opengis.gml
Class OrientableSurfaceType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractSurfaceType
net.opengis.gml.OrientableSurfaceType
public class OrientableSurfaceType
- extends AbstractSurfaceType
OrientableSurface consists of a surface and an orientation. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface".
Classe Java pour OrientableSurfaceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OrientableSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
<sequence>
<element ref="{http://www.opengis.net/gml}baseSurface"/>
</sequence>
<attribute name="orientation" type="{http://www.opengis.net/gml}SignType" default="+" />
</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 |
baseSurface
protected SurfacePropertyType baseSurface
orientation
protected SignType orientation
OrientableSurfaceType
public OrientableSurfaceType()
getBaseSurface
public SurfacePropertyType getBaseSurface()
- References or contains the base surface (positive orientation).
- Returns:
- possible object is
SurfacePropertyType
setBaseSurface
public void setBaseSurface(SurfacePropertyType value)
- Définit la valeur de la propriété baseSurface.
- Parameters:
value - allowed object is
SurfacePropertyType
isSetBaseSurface
public boolean isSetBaseSurface()
getOrientation
public SignType getOrientation()
- Obtient la valeur de la propriété orientation.
- Returns:
- possible object is
SignType
setOrientation
public void setOrientation(SignType value)
- Définit la valeur de la propriété orientation.
- Parameters:
value - allowed object is
SignType
isSetOrientation
public boolean isSetOrientation()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.