Uses of Interface
net.opengis.gml311.CurveType
-
Packages that use CurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveType Modifier and Type Method Description CurveTypeGml311Factory. createCurveType()Returns a new object of class 'Curve Type'.CurveTypeDocumentRoot. getCurve1()Returns the value of the 'Curve1' containment reference.Methods in net.opengis.gml311 with parameters of type CurveType Modifier and Type Method Description voidDocumentRoot. setCurve1(CurveType value)Sets the value of the 'Curve1' containment reference. -
Uses of CurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurveType Modifier and Type Class Description classCurveTypeImplAn implementation of the model object 'Curve Type'.Methods in net.opengis.gml311.impl that return CurveType Modifier and Type Method Description CurveTypeGml311FactoryImpl. createCurveType()CurveTypeDocumentRootImpl. getCurve1()Methods in net.opengis.gml311.impl with parameters of type CurveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCurve1(CurveType newCurve1, NotificationChain msgs)voidDocumentRootImpl. setCurve1(CurveType newCurve1) -
Uses of CurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveType Modifier and Type Method Description TGml311Switch. caseCurveType(CurveType object)Returns the result of interpreting the object as an instance of 'Curve Type'.booleanGml311Validator. validateCurveType(CurveType curveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-