Package nl.b3p.csw.jaxb.gml
Class 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.Java class for SurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType>patches-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description SurfaceType()Default no-arg constructorSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType>getPatches()This element encapsulates the patches of the surface.voidsetPatches(javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> value)Sets the value of the patches property.-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsName
-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
-
-
-
-
Field Detail
-
patches
protected javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches
-
-
Constructor Detail
-
SurfaceType
public SurfaceType()
Default no-arg constructor
-
SurfaceType
public SurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches)
Fully-initialising value constructor
-
-
Method Detail
-
getPatches
public javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> getPatches()
This element encapsulates the patches of the surface.- Returns:
- possible object is
PatchesPolygonPatchesTrianglePatches
-
setPatches
public void setPatches(javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> value)
Sets the value of the patches property.- Parameters:
value- allowed object isPatchesPolygonPatchesTrianglePatches
-
-