Uses of Interface
net.opengis.gml311.OrientableCurveType
-
Packages that use OrientableCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OrientableCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return OrientableCurveType Modifier and Type Method Description OrientableCurveType
Gml311Factory. createOrientableCurveType()
Returns a new object of class 'Orientable Curve Type'.OrientableCurveType
DocumentRoot. getOrientableCurve()
Returns the value of the 'Orientable Curve' containment reference.Methods in net.opengis.gml311 with parameters of type OrientableCurveType Modifier and Type Method Description void
DocumentRoot. setOrientableCurve(OrientableCurveType value)
Sets the value of the 'Orientable Curve
' containment reference. -
Uses of OrientableCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OrientableCurveType Modifier and Type Class Description class
OrientableCurveTypeImpl
An implementation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311.impl that return OrientableCurveType Modifier and Type Method Description OrientableCurveType
Gml311FactoryImpl. createOrientableCurveType()
OrientableCurveType
DocumentRootImpl. getOrientableCurve()
Methods in net.opengis.gml311.impl with parameters of type OrientableCurveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOrientableCurve(OrientableCurveType newOrientableCurve, NotificationChain msgs)
void
DocumentRootImpl. setOrientableCurve(OrientableCurveType newOrientableCurve)
-
Uses of OrientableCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OrientableCurveType Modifier and Type Method Description T
Gml311Switch. caseOrientableCurveType(OrientableCurveType object)
Returns the result of interpreting the object as an instance of 'Orientable Curve Type'.boolean
Gml311Validator. validateOrientableCurveType(OrientableCurveType orientableCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-