Uses of Interface
net.opengis.gml311.KnotPropertyType
-
Packages that use KnotPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of KnotPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return KnotPropertyType Modifier and Type Method Description KnotPropertyType
Gml311Factory. createKnotPropertyType()
Returns a new object of class 'Knot Property Type'.Methods in net.opengis.gml311 that return types with arguments of type KnotPropertyType Modifier and Type Method Description EList<KnotPropertyType>
BSplineType. getKnot()
Returns the value of the 'Knot' containment reference list. -
Uses of KnotPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement KnotPropertyType Modifier and Type Class Description class
KnotPropertyTypeImpl
An implementation of the model object 'Knot Property Type'.Fields in net.opengis.gml311.impl with type parameters of type KnotPropertyType Modifier and Type Field Description protected EList<KnotPropertyType>
BSplineTypeImpl. knot
The cached value of the 'Knot
' containment reference list.Methods in net.opengis.gml311.impl that return KnotPropertyType Modifier and Type Method Description KnotPropertyType
Gml311FactoryImpl. createKnotPropertyType()
Methods in net.opengis.gml311.impl that return types with arguments of type KnotPropertyType Modifier and Type Method Description EList<KnotPropertyType>
BSplineTypeImpl. getKnot()
-
Uses of KnotPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type KnotPropertyType Modifier and Type Method Description T
Gml311Switch. caseKnotPropertyType(KnotPropertyType object)
Returns the result of interpreting the object as an instance of 'Knot Property Type'.boolean
Gml311Validator. validateKnotPropertyType(KnotPropertyType knotPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-