Package net.opengis.gml.x32
Interface BezierType
-
- All Superinterfaces:
AbstractCurveSegmentType,BSplineType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BezierTypeImpl
public interface BezierType extends BSplineType
An XML BezierType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBezierType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KnotPropertyTypeaddNewKnot()Appends and returns a new empty value (as xml) as the last "knot" elementbooleangetIsPolynomial()Gets the "isPolynomial" attributeKnotPropertyType[]getKnotArray()Gets array of all "knot" elementsKnotPropertyTypegetKnotArray(int i)Gets ith "knot" elementKnotPropertyTypeinsertNewKnot(int i)Inserts and returns a new empty value (as xml) as the ith "knot" elementbooleanisSetIsPolynomial()True if has "isPolynomial" attributevoidremoveKnot(int i)Removes the ith "knot" elementvoidsetIsPolynomial(boolean isPolynomial)Sets the "isPolynomial" attributevoidsetKnotArray(int i, KnotPropertyType knot)Sets ith "knot" elementvoidsetKnotArray(KnotPropertyType[] knotArray)Sets array of all "knot" elementintsizeOfKnotArray()Returns number of "knot" elementvoidunsetIsPolynomial()Unsets the "isPolynomial" attributeorg.apache.xmlbeans.XmlBooleanxgetIsPolynomial()Gets (as xml) the "isPolynomial" attributevoidxsetIsPolynomial(org.apache.xmlbeans.XmlBoolean isPolynomial)Sets (as xml) the "isPolynomial" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart, xgetNumDerivativeInterior, xgetNumDerivativesAtEnd, xgetNumDerivativesAtStart, xsetNumDerivativeInterior, xsetNumDerivativesAtEnd, xsetNumDerivativesAtStart
-
Methods inherited from interface net.opengis.gml.x32.BSplineType
addNewCoordinates, addNewPointProperty, addNewPointRep, addNewPos, addNewPosList, getCoordinates, getDegree, getInterpolation, getKnotType, getPointPropertyArray, getPointPropertyArray, getPointRepArray, getPointRepArray, getPosArray, getPosArray, getPosList, insertNewPointProperty, insertNewPointRep, insertNewPos, isSetCoordinates, isSetInterpolation, isSetKnotType, isSetPosList, removePointProperty, removePointRep, removePos, setCoordinates, setDegree, setInterpolation, setKnotType, setPointPropertyArray, setPointPropertyArray, setPointRepArray, setPointRepArray, setPosArray, setPosArray, setPosList, sizeOfPointPropertyArray, sizeOfPointRepArray, sizeOfPosArray, unsetCoordinates, unsetInterpolation, unsetKnotType, unsetPosList, xgetDegree, xgetInterpolation, xgetKnotType, xsetDegree, xsetInterpolation, xsetKnotType
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getKnotArray
KnotPropertyType[] getKnotArray()
Gets array of all "knot" elements- Specified by:
getKnotArrayin interfaceBSplineType
-
getKnotArray
KnotPropertyType getKnotArray(int i)
Gets ith "knot" element- Specified by:
getKnotArrayin interfaceBSplineType
-
sizeOfKnotArray
int sizeOfKnotArray()
Returns number of "knot" element- Specified by:
sizeOfKnotArrayin interfaceBSplineType
-
setKnotArray
void setKnotArray(KnotPropertyType[] knotArray)
Sets array of all "knot" element- Specified by:
setKnotArrayin interfaceBSplineType
-
setKnotArray
void setKnotArray(int i, KnotPropertyType knot)Sets ith "knot" element- Specified by:
setKnotArrayin interfaceBSplineType
-
insertNewKnot
KnotPropertyType insertNewKnot(int i)
Inserts and returns a new empty value (as xml) as the ith "knot" element- Specified by:
insertNewKnotin interfaceBSplineType
-
addNewKnot
KnotPropertyType addNewKnot()
Appends and returns a new empty value (as xml) as the last "knot" element- Specified by:
addNewKnotin interfaceBSplineType
-
removeKnot
void removeKnot(int i)
Removes the ith "knot" element- Specified by:
removeKnotin interfaceBSplineType
-
getIsPolynomial
boolean getIsPolynomial()
Gets the "isPolynomial" attribute- Specified by:
getIsPolynomialin interfaceBSplineType
-
xgetIsPolynomial
org.apache.xmlbeans.XmlBoolean xgetIsPolynomial()
Gets (as xml) the "isPolynomial" attribute- Specified by:
xgetIsPolynomialin interfaceBSplineType
-
isSetIsPolynomial
boolean isSetIsPolynomial()
True if has "isPolynomial" attribute- Specified by:
isSetIsPolynomialin interfaceBSplineType
-
setIsPolynomial
void setIsPolynomial(boolean isPolynomial)
Sets the "isPolynomial" attribute- Specified by:
setIsPolynomialin interfaceBSplineType
-
xsetIsPolynomial
void xsetIsPolynomial(org.apache.xmlbeans.XmlBoolean isPolynomial)
Sets (as xml) the "isPolynomial" attribute- Specified by:
xsetIsPolynomialin interfaceBSplineType
-
unsetIsPolynomial
void unsetIsPolynomial()
Unsets the "isPolynomial" attribute- Specified by:
unsetIsPolynomialin interfaceBSplineType
-
-