Uses of Class
net.opengis.gml.CurveInterpolationType

Packages that use CurveInterpolationType
net.opengis.gml   
 

Uses of CurveInterpolationType in net.opengis.gml
 

Fields in net.opengis.gml declared as CurveInterpolationType
static CurveInterpolationType CylinderType.HORIZONTAL_CURVE_TYPE
           
static CurveInterpolationType SphereType.HORIZONTAL_CURVE_TYPE
           
static CurveInterpolationType ConeType.HORIZONTAL_CURVE_TYPE
           
protected  CurveInterpolationType BSplineType.interpolation
           
static CurveInterpolationType LineStringSegmentType.INTERPOLATION
           
static CurveInterpolationType CubicSplineType.INTERPOLATION
           
static CurveInterpolationType ArcStringByBulgeType.INTERPOLATION
           
static CurveInterpolationType ArcStringType.INTERPOLATION
           
static CurveInterpolationType ArcByCenterPointType.INTERPOLATION
           
static CurveInterpolationType GeodesicStringType.INTERPOLATION
           
static CurveInterpolationType CylinderType.VERTICAL_CURVE_TYPE
           
static CurveInterpolationType SphereType.VERTICAL_CURVE_TYPE
           
static CurveInterpolationType ConeType.VERTICAL_CURVE_TYPE
           
 

Methods in net.opengis.gml that return CurveInterpolationType
static CurveInterpolationType CurveInterpolationType.fromValue(String v)
           
 CurveInterpolationType BSplineType.getInterpolation()
          Obtient la valeur de la propriété interpolation.
static CurveInterpolationType CurveInterpolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CurveInterpolationType[] CurveInterpolationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.gml with parameters of type CurveInterpolationType
 void BSplineType.setInterpolation(CurveInterpolationType value)
          Définit la valeur de la propriété interpolation.
 



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