public class SurfaceType extends AbstractSurfaceType
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>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends SurfacePatchArrayPropertyType> |
patches |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
SurfaceType()
Default no-arg constructor
|
SurfaceType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
JAXBElement<? extends SurfacePatchArrayPropertyType> patches)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends SurfacePatchArrayPropertyType> |
getPatches()
This element encapsulates the patches of the surface.
|
void |
setPatches(JAXBElement<? extends SurfacePatchArrayPropertyType> value)
Sets the value of the patches property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected JAXBElement<? extends SurfacePatchArrayPropertyType> patches
public 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, JAXBElement<? extends SurfacePatchArrayPropertyType> patches)
public JAXBElement<? extends SurfacePatchArrayPropertyType> getPatches()
Patches
PolygonPatches
TrianglePatchespublic void setPatches(JAXBElement<? extends SurfacePatchArrayPropertyType> value)
value - allowed object is
Patches
PolygonPatches
TrianglePatchesCopyright © 2019 B3Partners B.V.. All rights reserved.