Uses of Class
net.opengis.gml.AbstractCurveSegmentType

Packages that use AbstractCurveSegmentType
net.opengis.gml   
 

Uses of AbstractCurveSegmentType in net.opengis.gml
 

Subclasses of AbstractCurveSegmentType in net.opengis.gml
 class ArcByBulgeType
          An ArcByBulge is an arc string with only one arc unit, i.e. two control points and one bulge.
 class ArcByCenterPointType
          This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly.
 class ArcStringByBulgeType
          This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly.
 class ArcStringType
          An ArcString is a curve segment that uses three-point circular arc interpolation.
 class ArcType
          An Arc is an arc string with only one arc unit, i.e. three control points.
 class BezierType
          Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
 class BSplineType
          A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions.
 class CircleByCenterPointType
          A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle.
 class CircleType
          A Circle is an arc whose ends coincide to form a simple closed loop.
 class ClothoidType
          A clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length.
 class CubicSplineType
          Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.
 class GeodesicStringType
          A GeodesicString consists of sequence of geodesic segments.
 class GeodesicType
          A Geodesic consists of two distinct positions joined by a geodesic curve.
 class LineStringSegmentType
          A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them.
 class OffsetCurveType
          An offset curve is a curve at a constant distance from the basis curve.
 

Fields in net.opengis.gml with type parameters of type AbstractCurveSegmentType
protected  List<JAXBElement<? extends AbstractCurveSegmentType>> CurveSegmentArrayPropertyType.curveSegment
           
 

Methods in net.opengis.gml that return types with arguments of type AbstractCurveSegmentType
 JAXBElement<AbstractCurveSegmentType> ObjectFactory.createCurveSegment(AbstractCurveSegmentType value)
          Create an instance of JAXBElement<AbstractCurveSegmentType>}
 List<JAXBElement<? extends AbstractCurveSegmentType>> CurveSegmentArrayPropertyType.getCurveSegment()
          Gets the value of the curveSegment property.
 

Methods in net.opengis.gml with parameters of type AbstractCurveSegmentType
 JAXBElement<AbstractCurveSegmentType> ObjectFactory.createCurveSegment(AbstractCurveSegmentType value)
          Create an instance of JAXBElement<AbstractCurveSegmentType>}
 



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