Uses of Class
net.opengis.gml.KnotTypesType.Enum
-
Packages that use KnotTypesType.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of KnotTypesType.Enum in net.opengis.gml
Fields in net.opengis.gml 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 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 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.impl
Methods in net.opengis.gml.impl that return KnotTypesType.Enum Modifier and Type Method Description KnotTypesType.EnumBSplineTypeImpl. getKnotType()Gets the "knotType" attributeMethods in net.opengis.gml.impl with parameters of type KnotTypesType.Enum Modifier and Type Method Description voidBSplineTypeImpl. setKnotType(KnotTypesType.Enum knotType)Sets the "knotType" attribute
-