public class OrientableCurveType extends AbstractCurveType
Java class for OrientableCurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrientableCurveType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveType">
<sequence>
<element ref="{http://www.opengis.net/gml}baseCurve"/>
</sequence>
<attribute name="orientation" type="{http://www.opengis.net/gml}SignType" default="+" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BaseCurve |
baseCurve |
protected String |
orientation |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
OrientableCurveType()
Default no-arg constructor
|
OrientableCurveType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
BaseCurve baseCurve,
String orientation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BaseCurve |
getBaseCurve()
References or contains the base curve (positive orientation).
|
String |
getOrientation()
Gets the value of the orientation property.
|
void |
setBaseCurve(BaseCurve value)
Sets the value of the baseCurve property.
|
void |
setOrientation(String value)
Sets the value of the orientation property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdpublic OrientableCurveType()
public OrientableCurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, BaseCurve baseCurve, String orientation)
public BaseCurve getBaseCurve()
BaseCurvepublic void setBaseCurve(BaseCurve value)
value - allowed object is
BaseCurvepublic String getOrientation()
StringCopyright © 2021 B3Partners B.V.. All rights reserved.