Uses of Class
net.opengis.gml.x32.KnotTypesType.Enum
-
Packages that use KnotTypesType.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of KnotTypesType.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 declared as KnotTypesType.Enum Modifier and Type Field Description static KnotTypesType.EnumKnotTypesType. PIECEWISE_BEZIERstatic KnotTypesType.EnumKnotTypesType. QUASI_UNIFORMstatic KnotTypesType.EnumKnotTypesType. UNIFORMMethods in net.opengis.gml.x32 that return KnotTypesType.Enum Modifier and Type Method Description static KnotTypesType.EnumKnotTypesType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static KnotTypesType.EnumKnotTypesType.Enum. forString(String s)Returns the enum value for a string, or null if none.KnotTypesType.EnumBSplineType. getKnotType()Gets the "knotType" attributeMethods in net.opengis.gml.x32 with parameters of type KnotTypesType.Enum Modifier and Type Method Description voidBSplineType. setKnotType(KnotTypesType.Enum knotType)Sets the "knotType" attribute -
Uses of KnotTypesType.Enum in net.opengis.gml.x32.impl
Methods in net.opengis.gml.x32.impl that return KnotTypesType.Enum Modifier and Type Method Description KnotTypesType.EnumBSplineTypeImpl. getKnotType()Gets the "knotType" attributeMethods in net.opengis.gml.x32.impl with parameters of type KnotTypesType.Enum Modifier and Type Method Description voidBSplineTypeImpl. setKnotType(KnotTypesType.Enum knotType)Sets the "knotType" attribute
-