Uses of Interface
net.opengis.gml311.KnotType
-
Packages that use KnotType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of KnotType in net.opengis.gml311
Methods in net.opengis.gml311 that return KnotType Modifier and Type Method Description KnotType
Gml311Factory. createKnotType()
Returns a new object of class 'Knot Type'.KnotType
KnotPropertyType. getKnot()
Returns the value of the 'Knot' containment reference.Methods in net.opengis.gml311 with parameters of type KnotType Modifier and Type Method Description void
KnotPropertyType. setKnot(KnotType value)
Sets the value of the 'Knot
' containment reference. -
Uses of KnotType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement KnotType Modifier and Type Class Description class
KnotTypeImpl
An implementation of the model object 'Knot Type'.Fields in net.opengis.gml311.impl declared as KnotType Modifier and Type Field Description protected KnotType
KnotPropertyTypeImpl. knot
The cached value of the 'Knot
' containment reference.Methods in net.opengis.gml311.impl that return KnotType Modifier and Type Method Description KnotType
Gml311FactoryImpl. createKnotType()
KnotType
KnotPropertyTypeImpl. getKnot()
Methods in net.opengis.gml311.impl with parameters of type KnotType Modifier and Type Method Description NotificationChain
KnotPropertyTypeImpl. basicSetKnot(KnotType newKnot, NotificationChain msgs)
void
KnotPropertyTypeImpl. setKnot(KnotType newKnot)
-
Uses of KnotType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type KnotType Modifier and Type Method Description T
Gml311Switch. 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)
-