org.citygml4j.jaxb.gml._3_1_1
Class GeodesicStringType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
      extended by org.citygml4j.jaxb.gml._3_1_1.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.

Java-Klasse für GeodesicStringType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
GeodesicStringType()
           
 
Method Summary
 java.util.List<java.lang.Object> getGeometricPositionGroup()
          Gets the value of the geometricPositionGroup property.
 CurveInterpolationType getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
 DirectPositionListType getPosList()
          Ruft den Wert der posList-Eigenschaft ab.
 boolean isSetGeometricPositionGroup()
           
 boolean isSetInterpolation()
           
 boolean isSetPosList()
           
 void setGeometricPositionGroup(java.util.List<java.lang.Object> geometricPositionGroup)
          Sets the value of the geometricPositionGroup property.
 void setInterpolation(CurveInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.
 void setPosList(DirectPositionListType value)
          Legt den Wert der posList-Eigenschaft fest.
 void unsetGeometricPositionGroup()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeodesicStringType

public GeodesicStringType()
Method Detail

getPosList

public DirectPositionListType getPosList()
Ruft den Wert der posList-Eigenschaft ab.

Returns:
possible object is DirectPositionListType

setPosList

public void setPosList(DirectPositionListType value)
Legt den Wert der posList-Eigenschaft fest.

Parameters:
value - allowed object is DirectPositionListType

isSetPosList

public boolean isSetPosList()

getGeometricPositionGroup

public java.util.List<java.lang.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()

getInterpolation

public CurveInterpolationType getInterpolation()
Ruft den Wert der interpolation-Eigenschaft ab.

Returns:
possible object is CurveInterpolationType

setInterpolation

public void setInterpolation(CurveInterpolationType value)
Legt den Wert der interpolation-Eigenschaft fest.

Parameters:
value - allowed object is CurveInterpolationType

isSetInterpolation

public boolean isSetInterpolation()

setGeometricPositionGroup

public void setGeometricPositionGroup(java.util.List<java.lang.Object> geometricPositionGroup)
Sets the value of the geometricPositionGroup property.

Parameters:
geometricPositionGroup - allowed object is DirectPositionType PointPropertyType