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 ControlPointTypeGml311Factory. createControlPointType()Returns a new object of class 'Control Point Type'.ControlPointTypeTinType. 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 voidTinType. 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 classControlPointTypeImplAn implementation of the model object 'Control Point Type'.Fields in net.opengis.gml311.impl declared as ControlPointType Modifier and Type Field Description protected ControlPointTypeTinTypeImpl. controlPointThe cached value of the 'Control Point' containment reference.Methods in net.opengis.gml311.impl that return ControlPointType Modifier and Type Method Description ControlPointTypeGml311FactoryImpl. createControlPointType()ControlPointTypeTinTypeImpl. getControlPoint()Methods in net.opengis.gml311.impl with parameters of type ControlPointType Modifier and Type Method Description NotificationChainTinTypeImpl. basicSetControlPoint(ControlPointType newControlPoint, NotificationChain msgs)voidTinTypeImpl. 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 TGml311Switch. caseControlPointType(ControlPointType object)Returns the result of interpreting the object as an instance of 'Control Point Type'.booleanGml311Validator. validateControlPointType(ControlPointType controlPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-