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. VALUESA 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 KnotTypesTypeKnotTypesType. get(int value)Returns the 'Knot Types Type' literal with the specified integer value.static KnotTypesTypeKnotTypesType. get(String literal)Returns the 'Knot Types Type' literal with the specified literal value.static KnotTypesTypeKnotTypesType. getByName(String name)Returns the 'Knot Types Type' literal with the specified name.KnotTypesTypeBSplineType. getKnotType()Returns the value of the 'Knot Type' attribute.static KnotTypesTypeKnotTypesType. 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 voidBSplineType. 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 KnotTypesTypeBSplineTypeImpl. KNOT_TYPE_EDEFAULTThe default value of the 'Knot Type' attribute.protected KnotTypesTypeBSplineTypeImpl. knotTypeThe cached value of the 'Knot Type' attribute.Methods in net.opengis.gml311.impl that return KnotTypesType Modifier and Type Method Description KnotTypesTypeGml311FactoryImpl. createKnotTypesTypeFromString(EDataType eDataType, String initialValue)KnotTypesTypeGml311FactoryImpl. createKnotTypesTypeObjectFromString(EDataType eDataType, String initialValue)KnotTypesTypeBSplineTypeImpl. getKnotType()Methods in net.opengis.gml311.impl with parameters of type KnotTypesType Modifier and Type Method Description voidBSplineTypeImpl. 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 booleanGml311Validator. validateKnotTypesType(KnotTypesType knotTypesType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateKnotTypesTypeObject(KnotTypesType knotTypesTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-