Uses of Interface
net.opengis.gml311.ControlPointType
Packages that use ControlPointType
-
Uses of ControlPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return ControlPointTypeModifier and TypeMethodDescriptionGml311Factory.createControlPointType()
Returns a new object of class 'Control Point Type'.TinType.getControlPoint()
Returns the value of the 'Control Point' containment reference.Methods in net.opengis.gml311 with parameters of type ControlPointTypeModifier and TypeMethodDescriptionvoid
TinType.setControlPoint
(ControlPointType value) Sets the value of the 'Control Point
' containment reference. -
Uses of ControlPointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ControlPointTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Control Point Type'.Fields in net.opengis.gml311.impl declared as ControlPointTypeModifier and TypeFieldDescriptionprotected ControlPointType
TinTypeImpl.controlPoint
The cached value of the 'Control Point
' containment reference.Methods in net.opengis.gml311.impl that return ControlPointTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createControlPointType()
TinTypeImpl.getControlPoint()
Methods in net.opengis.gml311.impl with parameters of type ControlPointTypeModifier and TypeMethodDescriptionNotificationChain
TinTypeImpl.basicSetControlPoint
(ControlPointType newControlPoint, NotificationChain msgs) void
TinTypeImpl.setControlPoint
(ControlPointType newControlPoint) -
Uses of ControlPointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ControlPointTypeModifier and TypeMethodDescriptionGml311Switch.caseControlPointType
(ControlPointType object) Returns the result of interpreting the object as an instance of 'Control Point Type'.boolean
Gml311Validator.validateControlPointType
(ControlPointType controlPointType, DiagnosticChain diagnostics, Map<Object, Object> context)