Uses of Class
nl.b3p.csw.jaxb.gml.KnotTypesType
-
Packages that use KnotTypesType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of KnotTypesType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as KnotTypesType Modifier and Type Field Description protected KnotTypesTypeBSplineType. knotTypeMethods in nl.b3p.csw.jaxb.gml that return KnotTypesType Modifier and Type Method Description static KnotTypesTypeKnotTypesType. fromValue(String v)KnotTypesTypeBSplineType. getKnotType()Gets the value of the knotType property.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 nl.b3p.csw.jaxb.gml with parameters of type KnotTypesType Modifier and Type Method Description voidBSplineType. setKnotType(KnotTypesType value)Sets the value of the knotType property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type KnotTypesType Constructor Description BezierType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, BigInteger degree, List<KnotPropertyType> knot, CurveInterpolationType interpolation, Boolean isPolynomial, KnotTypesType knotType)Fully-initialising value constructorBSplineType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, BigInteger degree, List<KnotPropertyType> knot, CurveInterpolationType interpolation, Boolean isPolynomial, KnotTypesType knotType)Fully-initialising value constructor
-