net.opengis.gml
Class GeodesicStringType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.GeodesicStringType
Direct Known Subclasses:
GeodesicType

public class GeodesicStringType
extends AbstractCurveSegmentType

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.

Classe Java pour GeodesicStringType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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  List<Object> geometricPositionGroup
           
static CurveInterpolationType INTERPOLATION
           
protected  DirectPositionListType posList
           
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
GeodesicStringType()
           
 
Method Summary
 List<Object> getGeometricPositionGroup()
          Gets the value of the geometricPositionGroup property.
 DirectPositionListType getPosList()
          Obtient la valeur de la propriété posList.
 boolean isSetGeometricPositionGroup()
           
 boolean isSetPosList()
           
 void setPosList(DirectPositionListType value)
          Définit la valeur de la propriété posList.
 void unsetGeometricPositionGroup()
           
 
Methods inherited from class net.opengis.gml.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

posList

protected DirectPositionListType posList

geometricPositionGroup

protected List<Object> geometricPositionGroup

INTERPOLATION

public static final CurveInterpolationType INTERPOLATION
Constructor Detail

GeodesicStringType

public GeodesicStringType()
Method Detail

getPosList

public DirectPositionListType getPosList()
Obtient la valeur de la propriété posList.

Returns:
possible object is DirectPositionListType

setPosList

public void setPosList(DirectPositionListType value)
Définit la valeur de la propriété posList.

Parameters:
value - allowed object is DirectPositionListType

isSetPosList

public boolean isSetPosList()

getGeometricPositionGroup

public List<Object> getGeometricPositionGroup()
Gets the value of the geometricPositionGroup property.

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


isSetGeometricPositionGroup

public boolean isSetGeometricPositionGroup()

unsetGeometricPositionGroup

public void unsetGeometricPositionGroup()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.