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 interfaceCompositeCurveTypeA representation of the model object 'Composite Curve Type'.interfaceCurveTypeA representation of the model object 'Curve Type'.interfaceLineStringTypeA representation of the model object 'Line String Type'.interfaceOrientableCurveTypeA representation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311 that return AbstractCurveType Modifier and Type Method Description AbstractCurveTypeCurvePropertyType. getCurve()Returns the value of the 'Curve' containment reference.AbstractCurveTypeDocumentRoot. 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 classAbstractCurveTypeImplAn implementation of the model object 'Abstract Curve Type'.classCompositeCurveTypeImplAn implementation of the model object 'Composite Curve Type'.classCurveTypeImplAn implementation of the model object 'Curve Type'.classLineStringTypeImplAn implementation of the model object 'Line String Type'.classOrientableCurveTypeImplAn implementation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311.impl that return AbstractCurveType Modifier and Type Method Description AbstractCurveTypeCurvePropertyTypeImpl. getCurve()AbstractCurveTypeDocumentRootImpl. 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 NotificationChainCurvePropertyTypeImpl. basicSetCurve(AbstractCurveType newCurve, NotificationChain msgs)NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractCurveType(AbstractCurveType object)Returns the result of interpreting the object as an instance of 'Abstract Curve Type'.booleanGml311Validator. validateAbstractCurveType(AbstractCurveType abstractCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-