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 CurveType
Gml311Factory. createCurveType()
Returns a new object of class 'Curve Type'.CurveType
DocumentRoot. getCurve1()
Returns the value of the 'Curve1' containment reference.Methods in net.opengis.gml311 with parameters of type CurveType Modifier and Type Method Description void
DocumentRoot. 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 class
CurveTypeImpl
An implementation of the model object 'Curve Type'.Methods in net.opengis.gml311.impl that return CurveType Modifier and Type Method Description CurveType
Gml311FactoryImpl. createCurveType()
CurveType
DocumentRootImpl. getCurve1()
Methods in net.opengis.gml311.impl with parameters of type CurveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCurve1(CurveType newCurve1, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseCurveType(CurveType object)
Returns the result of interpreting the object as an instance of 'Curve Type'.boolean
Gml311Validator. validateCurveType(CurveType curveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-