Uses of Class
org.deegree.geometry.primitive.Curve.CurveType

Packages that use Curve.CurveType
org.deegree.geometry.composite   
org.deegree.geometry.primitive   
org.deegree.geometry.refs   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.primitive   
 

Uses of Curve.CurveType in org.deegree.geometry.composite
 

Methods in org.deegree.geometry.composite that return Curve.CurveType
 Curve.CurveType CompositeCurve.getCurveType()
          Must always return Curve.CurveType#CompositeCurve.
 

Uses of Curve.CurveType in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return Curve.CurveType
 Curve.CurveType LineString.getCurveType()
          Must always return LineString.
 Curve.CurveType Ring.getCurveType()
          Must always return Ring.
 Curve.CurveType OrientableCurve.getCurveType()
          Must always return OrientableCurve.
 Curve.CurveType Curve.getCurveType()
          Returns the type of curve.
static Curve.CurveType Curve.CurveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Curve.CurveType[] Curve.CurveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Curve.CurveType in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return Curve.CurveType
 Curve.CurveType LineStringReference.getCurveType()
           
 Curve.CurveType CurveReference.getCurveType()
           
 

Uses of Curve.CurveType in org.deegree.geometry.standard.composite
 

Methods in org.deegree.geometry.standard.composite that return Curve.CurveType
 Curve.CurveType DefaultCompositeCurve.getCurveType()
           
 

Uses of Curve.CurveType in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return Curve.CurveType
 Curve.CurveType DefaultLineString.getCurveType()
           
 Curve.CurveType DefaultOrientableCurve.getCurveType()
           
 Curve.CurveType DefaultLinearRing.getCurveType()
           
 Curve.CurveType DefaultCurve.getCurveType()
           
 Curve.CurveType DefaultRing.getCurveType()
           
 



Copyright © 2011. All Rights Reserved.