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 KnotTypeGml311Factory. createKnotType()Returns a new object of class 'Knot Type'.KnotTypeKnotPropertyType. getKnot()Returns the value of the 'Knot' containment reference.Methods in net.opengis.gml311 with parameters of type KnotType Modifier and Type Method Description voidKnotPropertyType. 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 classKnotTypeImplAn implementation of the model object 'Knot Type'.Fields in net.opengis.gml311.impl declared as KnotType Modifier and Type Field Description protected KnotTypeKnotPropertyTypeImpl. knotThe cached value of the 'Knot' containment reference.Methods in net.opengis.gml311.impl that return KnotType Modifier and Type Method Description KnotTypeGml311FactoryImpl. createKnotType()KnotTypeKnotPropertyTypeImpl. getKnot()Methods in net.opengis.gml311.impl with parameters of type KnotType Modifier and Type Method Description NotificationChainKnotPropertyTypeImpl. basicSetKnot(KnotType newKnot, NotificationChain msgs)voidKnotPropertyTypeImpl. 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 TGml311Switch. caseKnotType(KnotType object)Returns the result of interpreting the object as an instance of 'Knot Type'.booleanGml311Validator. validateKnotType(KnotType knotType, DiagnosticChain diagnostics, Map<Object,Object> context)
-