public class OrientableSurfaceType extends AbstractSurfaceType
Java class for OrientableSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected BaseSurface |
baseSurface |
protected String |
orientation |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
OrientableSurfaceType()
Default no-arg constructor
|
OrientableSurfaceType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
BaseSurface baseSurface,
String orientation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BaseSurface |
getBaseSurface()
References or contains the base surface (positive orientation).
|
String |
getOrientation()
Gets the value of the orientation property.
|
void |
setBaseSurface(BaseSurface value)
Sets the value of the baseSurface property.
|
void |
setOrientation(String value)
Sets the value of the orientation property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected BaseSurface baseSurface
protected String orientation
public OrientableSurfaceType()
public OrientableSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, BaseSurface baseSurface, String orientation)
public BaseSurface getBaseSurface()
BaseSurfacepublic void setBaseSurface(BaseSurface value)
value - allowed object is
BaseSurfacepublic String getOrientation()
StringCopyright © 2015. All rights reserved.