public class CurveType extends AbstractCurveType
Java class for CurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurveType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveType">
<sequence>
<element ref="{http://www.opengis.net/gml}segments"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Segments |
segments |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
CurveType()
Default no-arg constructor
|
CurveType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
Segments segments)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Segments |
getSegments()
This element encapsulates the segments of the curve.
|
void |
setSegments(Segments value)
Sets the value of the segments property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected Segments segments
public CurveType()
public CurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, Segments segments)
Copyright © 2016. All rights reserved.