|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AbstractCurveSegmentType
it.cnr.imaa.essi.ncml.binding.gml.GeodesicStringType
public class GeodesicStringType
A GeodesicString consists of sequence of geodesic segments. The type essentially combines a sequence of Geodesic into a single object. The GeodesicString is computed from two or more positions and an interpolation using geodesics defined from the geoid (or ellipsoid) of the co-ordinate reference system being used.
Java class for GeodesicStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeodesicStringType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveSegmentType">
<choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="2"/>
</choice>
<attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="geodesic" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
geometricPositionGroup
|
protected CurveInterpolationType |
interpolation
|
protected DirectPositionListType |
posList
|
| Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractCurveSegmentType |
|---|
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart |
| Constructor Summary | |
|---|---|
GeodesicStringType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getGeometricPositionGroup()
Gets the value of the geometricPositionGroup property. |
CurveInterpolationType |
getInterpolation()
Gets the value of the interpolation property. |
DirectPositionListType |
getPosList()
Gets the value of the posList property. |
void |
setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property. |
void |
setPosList(DirectPositionListType value)
Sets the value of the posList property. |
| Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractCurveSegmentType |
|---|
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DirectPositionListType posList
protected java.util.List<java.lang.Object> geometricPositionGroup
protected CurveInterpolationType interpolation
| Constructor Detail |
|---|
public GeodesicStringType()
| Method Detail |
|---|
public DirectPositionListType getPosList()
DirectPositionListTypepublic void setPosList(DirectPositionListType value)
value - allowed object is
DirectPositionListTypepublic java.util.List<java.lang.Object> getGeometricPositionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the geometricPositionGroup property.
For example, to add a new item, do as follows:
getGeometricPositionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
DirectPositionType
PointPropertyType
public CurveInterpolationType getInterpolation()
CurveInterpolationTypepublic void setInterpolation(CurveInterpolationType value)
value - allowed object is
CurveInterpolationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||