net.opengis.gml
Class GeodesicType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.GeodesicStringType
          extended by net.opengis.gml.GeodesicType

public class GeodesicType
extends GeodesicStringType

A Geodesic consists of two distinct positions joined by a geodesic curve. The control points of a Geodesic shall lie on the geodesic between its start point and end points. Between these two points, a geodesic curve defined from ellipsoid or geoid model used by the co-ordinate reference systems may be used to interpolate other positions. Any other point in the controlPoint array must fall on this geodesic.

Classe Java pour GeodesicType complex type.

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

 <complexType name="GeodesicType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}GeodesicStringType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.gml.GeodesicStringType
geometricPositionGroup, INTERPOLATION, posList
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
GeodesicType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.GeodesicStringType
getGeometricPositionGroup, getPosList, isSetGeometricPositionGroup, isSetPosList, setPosList, 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
 

Constructor Detail

GeodesicType

public GeodesicType()


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