Package nl.b3p.csw.jaxb.gml
Class TriangulatedSurfaceType
-
- Direct Known Subclasses:
TinType
public class TriangulatedSurfaceType extends SurfaceType
A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived.Java class for TriangulatedSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriangulatedSurfaceType"> <complexContent> <restriction base="{http://www.opengis.net/gml}SurfaceType"> <sequence> <group ref="{http://www.opengis.net/gml}StandardObjectProperties"/> <element ref="{http://www.opengis.net/gml}trianglePatches"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.gml.SurfaceType
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 TriangulatedSurfaceType()Default no-arg constructorTriangulatedSurfaceType(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
-
Methods inherited from class nl.b3p.csw.jaxb.gml.SurfaceType
getPatches, setPatches
-
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
-
-
-
-
Constructor Detail
-
TriangulatedSurfaceType
public TriangulatedSurfaceType()
Default no-arg constructor
-
TriangulatedSurfaceType
public TriangulatedSurfaceType(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
-
-