Uses of Class
net.opengis.gml.AbstractCurveType

Packages that use AbstractCurveType
net.opengis.gml   
 

Uses of AbstractCurveType in net.opengis.gml
 

Subclasses of AbstractCurveType in net.opengis.gml
 class CompositeCurveType
          A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.
 class CurveType
          Curve is a 1-dimensional primitive.
 class LineStringType
          A LineString is a special curve that consists of a single segment with linear interpolation.
 class OrientableCurveType
          OrientableCurve consists of a curve and an orientation.
 

Fields in net.opengis.gml with type parameters of type AbstractCurveType
protected  List<JAXBElement<? extends AbstractCurveType>> CurveArrayPropertyType.curve
           
protected  JAXBElement<? extends AbstractCurveType> CurvePropertyType.curve
           
 

Methods in net.opengis.gml that return types with arguments of type AbstractCurveType
 List<JAXBElement<? extends AbstractCurveType>> CurveArrayPropertyType.getCurve()
          Gets the value of the curve property.
 JAXBElement<? extends AbstractCurveType> CurvePropertyType.getCurve()
          Obtient la valeur de la propriété curve.
 

Methods in net.opengis.gml with parameters of type AbstractCurveType
 ACurveElement ObjectFactory.createACurveElement(AbstractCurveType value)
          Create an instance of ACurveElement}
 

Method parameters in net.opengis.gml with type arguments of type AbstractCurveType
 void CurvePropertyType.setCurve(JAXBElement<? extends AbstractCurveType> value)
          Définit la valeur de la propriété curve.
 

Constructors in net.opengis.gml with parameters of type AbstractCurveType
ACurveElement(AbstractCurveType value)
           
 



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