public interface SimpleArcType extends AbstractCurveType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleArcType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
PointPropertyType |
addNewPointProperty()
Appends and returns a new empty value (as xml) as the last "pointProperty" element
|
DirectPositionType |
addNewPos()
Appends and returns a new empty value (as xml) as the last "pos" element
|
DirectPositionListType |
addNewPosList()
Appends and returns a new empty "posList" element
|
CurveInterpolationType.Enum |
getInterpolation()
Gets the "interpolation" attribute
|
java.math.BigInteger |
getNumArc()
Gets the "numArc" attribute
|
PointPropertyType[] |
getPointPropertyArray()
Gets array of all "pointProperty" elements
|
PointPropertyType |
getPointPropertyArray(int i)
Gets ith "pointProperty" element
|
DirectPositionType[] |
getPosArray()
Gets array of all "pos" elements
|
DirectPositionType |
getPosArray(int i)
Gets ith "pos" element
|
DirectPositionListType |
getPosList()
Gets the "posList" element
|
PointPropertyType |
insertNewPointProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "pointProperty" element
|
DirectPositionType |
insertNewPos(int i)
Inserts and returns a new empty value (as xml) as the ith "pos" element
|
boolean |
isSetInterpolation()
True if has "interpolation" attribute
|
boolean |
isSetNumArc()
True if has "numArc" attribute
|
boolean |
isSetPosList()
True if has "posList" element
|
void |
removePointProperty(int i)
Removes the ith "pointProperty" element
|
void |
removePos(int i)
Removes the ith "pos" element
|
void |
setInterpolation(CurveInterpolationType.Enum interpolation)
Sets the "interpolation" attribute
|
void |
setNumArc(java.math.BigInteger numArc)
Sets the "numArc" attribute
|
void |
setPointPropertyArray(int i,
PointPropertyType pointProperty)
Sets ith "pointProperty" element
|
void |
setPointPropertyArray(PointPropertyType[] pointPropertyArray)
Sets array of all "pointProperty" element
|
void |
setPosArray(DirectPositionType[] posArray)
Sets array of all "pos" element
|
void |
setPosArray(int i,
DirectPositionType pos)
Sets ith "pos" element
|
void |
setPosList(DirectPositionListType posList)
Sets the "posList" element
|
int |
sizeOfPointPropertyArray()
Returns number of "pointProperty" element
|
int |
sizeOfPosArray()
Returns number of "pos" element
|
void |
unsetInterpolation()
Unsets the "interpolation" attribute
|
void |
unsetNumArc()
Unsets the "numArc" attribute
|
void |
unsetPosList()
Unsets the "posList" element
|
CurveInterpolationType |
xgetInterpolation()
Gets (as xml) the "interpolation" attribute
|
org.apache.xmlbeans.XmlInteger |
xgetNumArc()
Gets (as xml) the "numArc" attribute
|
void |
xsetInterpolation(CurveInterpolationType interpolation)
Sets (as xml) the "interpolation" attribute
|
void |
xsetNumArc(org.apache.xmlbeans.XmlInteger numArc)
Sets (as xml) the "numArc" attribute
|
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetSrsDimension, unsetSrsName, unsetUomLabels, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabelsaddNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextDirectPositionType[] getPosArray()
DirectPositionType getPosArray(int i)
int sizeOfPosArray()
void setPosArray(DirectPositionType[] posArray)
void setPosArray(int i,
DirectPositionType pos)
DirectPositionType insertNewPos(int i)
DirectPositionType addNewPos()
void removePos(int i)
PointPropertyType[] getPointPropertyArray()
PointPropertyType getPointPropertyArray(int i)
int sizeOfPointPropertyArray()
void setPointPropertyArray(PointPropertyType[] pointPropertyArray)
void setPointPropertyArray(int i,
PointPropertyType pointProperty)
PointPropertyType insertNewPointProperty(int i)
PointPropertyType addNewPointProperty()
void removePointProperty(int i)
DirectPositionListType getPosList()
boolean isSetPosList()
void setPosList(DirectPositionListType posList)
DirectPositionListType addNewPosList()
void unsetPosList()
CurveInterpolationType.Enum getInterpolation()
CurveInterpolationType xgetInterpolation()
boolean isSetInterpolation()
void setInterpolation(CurveInterpolationType.Enum interpolation)
void xsetInterpolation(CurveInterpolationType interpolation)
void unsetInterpolation()
java.math.BigInteger getNumArc()
org.apache.xmlbeans.XmlInteger xgetNumArc()
boolean isSetNumArc()
void setNumArc(java.math.BigInteger numArc)
void xsetNumArc(org.apache.xmlbeans.XmlInteger numArc)
void unsetNumArc()
Copyright © 2015–2018 52north.org. All rights reserved.