Uses of Class
net.opengis.gml311.KnotTypesType
-
Packages that use KnotTypesType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of KnotTypesType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type KnotTypesType Modifier and Type Field Description static List<KnotTypesType>
KnotTypesType. VALUES
A public read-only list of all the 'Knot Types Type' enumerators.Methods in net.opengis.gml311 that return KnotTypesType Modifier and Type Method Description static KnotTypesType
KnotTypesType. get(int value)
Returns the 'Knot Types Type' literal with the specified integer value.static KnotTypesType
KnotTypesType. get(String literal)
Returns the 'Knot Types Type' literal with the specified literal value.static KnotTypesType
KnotTypesType. getByName(String name)
Returns the 'Knot Types Type' literal with the specified name.KnotTypesType
BSplineType. getKnotType()
Returns the value of the 'Knot Type' attribute.static KnotTypesType
KnotTypesType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KnotTypesType[]
KnotTypesType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type KnotTypesType Modifier and Type Method Description void
BSplineType. setKnotType(KnotTypesType value)
Sets the value of the 'Knot Type
' attribute. -
Uses of KnotTypesType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as KnotTypesType Modifier and Type Field Description protected static KnotTypesType
BSplineTypeImpl. KNOT_TYPE_EDEFAULT
The default value of the 'Knot Type
' attribute.protected KnotTypesType
BSplineTypeImpl. knotType
The cached value of the 'Knot Type
' attribute.Methods in net.opengis.gml311.impl that return KnotTypesType Modifier and Type Method Description KnotTypesType
Gml311FactoryImpl. createKnotTypesTypeFromString(EDataType eDataType, String initialValue)
KnotTypesType
Gml311FactoryImpl. createKnotTypesTypeObjectFromString(EDataType eDataType, String initialValue)
KnotTypesType
BSplineTypeImpl. getKnotType()
Methods in net.opengis.gml311.impl with parameters of type KnotTypesType Modifier and Type Method Description void
BSplineTypeImpl. setKnotType(KnotTypesType newKnotType)
-
Uses of KnotTypesType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type KnotTypesType Modifier and Type Method Description boolean
Gml311Validator. validateKnotTypesType(KnotTypesType knotTypesType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateKnotTypesTypeObject(KnotTypesType knotTypesTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-