net.opengis.gml
Class SurfaceType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractSurfaceType
net.opengis.gml.SurfaceType
- Direct Known Subclasses:
- PolyhedralSurfaceType, TriangulatedSurfaceType
public class SurfaceType
- extends AbstractSurfaceType
A Surface is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another.
The orientation of the surface is positive ("up"). The orientation of a surface chooses an "up" direction through the choice of the upward normal, which, if the surface is not a cycle, is the side of the surface from which the exterior boundary appears counterclockwise. Reversal of the surface orientation reverses the curve orientation of each boundary component, and interchanges the conceptual "up" and "down" direction of the surface. If the surface is the boundary of a solid, the "up" direction is usually outward. For closed surfaces, which have no boundary, the up direction is that of the surface patches, which must be consistent with one another. Its included surface patches describe the interior structure of the Surface.
Classe Java pour SurfaceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
<sequence>
<element ref="{http://www.opengis.net/gml}patches"/>
</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 |
patches
protected JAXBElement<? extends SurfacePatchArrayPropertyType> patches
SurfaceType
public SurfaceType()
getPatches
public JAXBElement<? extends SurfacePatchArrayPropertyType> getPatches()
- This element encapsulates the patches of the surface.
- Returns:
- possible object is
JAXBElement<SurfacePatchArrayPropertyType>
JAXBElement<PolygonPatchArrayPropertyType>
JAXBElement<TrianglePatchArrayPropertyType>
setPatches
public void setPatches(JAXBElement<? extends SurfacePatchArrayPropertyType> value)
- Définit la valeur de la propriété patches.
- Parameters:
value - allowed object is
JAXBElement<SurfacePatchArrayPropertyType>
JAXBElement<PolygonPatchArrayPropertyType>
JAXBElement<TrianglePatchArrayPropertyType>
isSetPatches
public boolean isSetPatches()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.