Uses of Interface
net.opengis.gml.x32.KnotPropertyType
-
Packages that use KnotPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of KnotPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return KnotPropertyType Modifier and Type Method Description KnotPropertyTypeBezierType. addNewKnot()Appends and returns a new empty value (as xml) as the last "knot" elementKnotPropertyTypeBSplineType. addNewKnot()Appends and returns a new empty value (as xml) as the last "knot" elementKnotPropertyType[]BezierType. getKnotArray()Gets array of all "knot" elementsKnotPropertyTypeBezierType. getKnotArray(int i)Gets ith "knot" elementKnotPropertyType[]BSplineType. getKnotArray()Gets array of all "knot" elementsKnotPropertyTypeBSplineType. getKnotArray(int i)Gets ith "knot" elementKnotPropertyTypeBezierType. insertNewKnot(int i)Inserts and returns a new empty value (as xml) as the ith "knot" elementKnotPropertyTypeBSplineType. insertNewKnot(int i)Inserts and returns a new empty value (as xml) as the ith "knot" elementstatic KnotPropertyTypeKnotPropertyType.Factory. newInstance()static KnotPropertyTypeKnotPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(File file)static KnotPropertyTypeKnotPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(InputStream is)static KnotPropertyTypeKnotPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(Reader r)static KnotPropertyTypeKnotPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(String xmlAsString)static KnotPropertyTypeKnotPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(URL u)static KnotPropertyTypeKnotPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(XMLStreamReader sr)static KnotPropertyTypeKnotPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static KnotPropertyTypeKnotPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KnotPropertyTypeKnotPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic KnotPropertyTypeKnotPropertyType.Factory. parse(Node node)static KnotPropertyTypeKnotPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type KnotPropertyType Modifier and Type Method Description voidBezierType. setKnotArray(int i, KnotPropertyType knot)Sets ith "knot" elementvoidBezierType. setKnotArray(KnotPropertyType[] knotArray)Sets array of all "knot" elementvoidBSplineType. setKnotArray(int i, KnotPropertyType knot)Sets ith "knot" elementvoidBSplineType. setKnotArray(KnotPropertyType[] knotArray)Sets array of all "knot" element -
Uses of KnotPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement KnotPropertyType Modifier and Type Class Description classKnotPropertyTypeImplAn XML KnotPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return KnotPropertyType Modifier and Type Method Description KnotPropertyTypeBezierTypeImpl. addNewKnot()Appends and returns a new empty value (as xml) as the last "knot" elementKnotPropertyTypeBSplineTypeImpl. addNewKnot()Appends and returns a new empty value (as xml) as the last "knot" elementKnotPropertyType[]BezierTypeImpl. getKnotArray()Gets array of all "knot" elementsKnotPropertyTypeBezierTypeImpl. getKnotArray(int i)Gets ith "knot" elementKnotPropertyType[]BSplineTypeImpl. getKnotArray()Gets array of all "knot" elementsKnotPropertyTypeBSplineTypeImpl. getKnotArray(int i)Gets ith "knot" elementKnotPropertyTypeBezierTypeImpl. insertNewKnot(int i)Inserts and returns a new empty value (as xml) as the ith "knot" elementKnotPropertyTypeBSplineTypeImpl. insertNewKnot(int i)Inserts and returns a new empty value (as xml) as the ith "knot" elementMethods in net.opengis.gml.x32.impl with parameters of type KnotPropertyType Modifier and Type Method Description voidBezierTypeImpl. setKnotArray(int i, KnotPropertyType knot)Sets ith "knot" elementvoidBezierTypeImpl. setKnotArray(KnotPropertyType[] knotArray)Sets array of all "knot" elementvoidBSplineTypeImpl. setKnotArray(int i, KnotPropertyType knot)Sets ith "knot" elementvoidBSplineTypeImpl. setKnotArray(KnotPropertyType[] knotArray)Sets array of all "knot" element
-