Uses of Interface
net.opengis.gml311.ControlPointType
-
Packages that use ControlPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ControlPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return ControlPointType Modifier and Type Method Description ControlPointType
Gml311Factory. createControlPointType()
Returns a new object of class 'Control Point Type'.ControlPointType
TinType. getControlPoint()
Returns the value of the 'Control Point' containment reference.Methods in net.opengis.gml311 with parameters of type ControlPointType Modifier and Type Method Description void
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 ControlPointType Modifier and Type Class Description class
ControlPointTypeImpl
An implementation of the model object 'Control Point Type'.Fields in net.opengis.gml311.impl declared as ControlPointType Modifier and Type Field Description protected ControlPointType
TinTypeImpl. controlPoint
The cached value of the 'Control Point
' containment reference.Methods in net.opengis.gml311.impl that return ControlPointType Modifier and Type Method Description ControlPointType
Gml311FactoryImpl. createControlPointType()
ControlPointType
TinTypeImpl. getControlPoint()
Methods in net.opengis.gml311.impl with parameters of type ControlPointType Modifier and Type Method Description NotificationChain
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 ControlPointType Modifier and Type Method Description T
Gml311Switch. 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)
-