Uses of Interface
net.opengis.gml311.KnotType
Packages that use KnotType
-
Uses of KnotType in net.opengis.gml311
Methods in net.opengis.gml311 that return KnotTypeModifier and TypeMethodDescriptionGml311Factory.createKnotType()
Returns a new object of class 'Knot Type'.KnotPropertyType.getKnot()
Returns the value of the 'Knot' containment reference.Methods in net.opengis.gml311 with parameters of type KnotType -
Uses of KnotType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement KnotTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Knot Type'.Fields in net.opengis.gml311.impl declared as KnotTypeModifier and TypeFieldDescriptionprotected KnotType
KnotPropertyTypeImpl.knot
The cached value of the 'Knot
' containment reference.Methods in net.opengis.gml311.impl that return KnotTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createKnotType()
KnotPropertyTypeImpl.getKnot()
Methods in net.opengis.gml311.impl with parameters of type KnotTypeModifier and TypeMethodDescriptionNotificationChain
KnotPropertyTypeImpl.basicSetKnot
(KnotType newKnot, NotificationChain msgs) void
-
Uses of KnotType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type KnotTypeModifier and TypeMethodDescriptionGml311Switch.caseKnotType
(KnotType object) Returns the result of interpreting the object as an instance of 'Knot Type'.boolean
Gml311Validator.validateKnotType
(KnotType knotType, DiagnosticChain diagnostics, Map<Object, Object> context)