Uses of Interface
net.opengis.gml311.AbstractCurveType
-
Packages that use AbstractCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCurveType in net.opengis.gml311
Subinterfaces of AbstractCurveType in net.opengis.gml311 Modifier and Type Interface Description interface
CompositeCurveType
A representation of the model object 'Composite Curve Type'.interface
CurveType
A representation of the model object 'Curve Type'.interface
LineStringType
A representation of the model object 'Line String Type'.interface
OrientableCurveType
A representation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311 that return AbstractCurveType Modifier and Type Method Description AbstractCurveType
CurvePropertyType. getCurve()
Returns the value of the 'Curve' containment reference.AbstractCurveType
DocumentRoot. getCurve()
Returns the value of the 'Curve' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractCurveType Modifier and Type Method Description EList<AbstractCurveType>
CurveArrayPropertyType. getCurve()
Returns the value of the 'Curve' containment reference list. -
Uses of AbstractCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCurveType Modifier and Type Class Description class
AbstractCurveTypeImpl
An implementation of the model object 'Abstract Curve Type'.class
CompositeCurveTypeImpl
An implementation of the model object 'Composite Curve Type'.class
CurveTypeImpl
An implementation of the model object 'Curve Type'.class
LineStringTypeImpl
An implementation of the model object 'Line String Type'.class
OrientableCurveTypeImpl
An implementation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311.impl that return AbstractCurveType Modifier and Type Method Description AbstractCurveType
CurvePropertyTypeImpl. getCurve()
AbstractCurveType
DocumentRootImpl. getCurve()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractCurveType Modifier and Type Method Description EList<AbstractCurveType>
CurveArrayPropertyTypeImpl. getCurve()
Methods in net.opengis.gml311.impl with parameters of type AbstractCurveType Modifier and Type Method Description NotificationChain
CurvePropertyTypeImpl. basicSetCurve(AbstractCurveType newCurve, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCurve(AbstractCurveType newCurve, NotificationChain msgs)
-
Uses of AbstractCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCurveType Modifier and Type Method Description T
Gml311Switch. caseAbstractCurveType(AbstractCurveType object)
Returns the result of interpreting the object as an instance of 'Abstract Curve Type'.boolean
Gml311Validator. validateAbstractCurveType(AbstractCurveType abstractCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-