public interface SimpleArcByCenterPointType extends AbstractCurveType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleArcByCenterPointType.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 |
|---|---|
AngleType |
addNewEndAngle()
Appends and returns a new empty "endAngle" element
|
PointPropertyType |
addNewPointProperty()
Appends and returns a new empty "pointProperty" element
|
DirectPositionType |
addNewPos()
Appends and returns a new empty "pos" element
|
DirectPositionListType |
addNewPosList()
Appends and returns a new empty "posList" element
|
LengthType |
addNewRadius()
Appends and returns a new empty "radius" element
|
AngleType |
addNewStartAngle()
Appends and returns a new empty "startAngle" element
|
AngleType |
getEndAngle()
Gets the "endAngle" element
|
CurveInterpolationType.Enum |
getInterpolation()
Gets the "interpolation" attribute
|
java.math.BigInteger |
getNumArc()
Gets the "numArc" attribute
|
PointPropertyType |
getPointProperty()
Gets the "pointProperty" element
|
DirectPositionType |
getPos()
Gets the "pos" element
|
DirectPositionListType |
getPosList()
Gets the "posList" element
|
LengthType |
getRadius()
Gets the "radius" element
|
AngleType |
getStartAngle()
Gets the "startAngle" element
|
boolean |
isSetInterpolation()
True if has "interpolation" attribute
|
boolean |
isSetPointProperty()
True if has "pointProperty" element
|
boolean |
isSetPos()
True if has "pos" element
|
boolean |
isSetPosList()
True if has "posList" element
|
void |
setEndAngle(AngleType endAngle)
Sets the "endAngle" element
|
void |
setInterpolation(CurveInterpolationType.Enum interpolation)
Sets the "interpolation" attribute
|
void |
setNumArc(java.math.BigInteger numArc)
Sets the "numArc" attribute
|
void |
setPointProperty(PointPropertyType pointProperty)
Sets the "pointProperty" element
|
void |
setPos(DirectPositionType pos)
Sets the "pos" element
|
void |
setPosList(DirectPositionListType posList)
Sets the "posList" element
|
void |
setRadius(LengthType radius)
Sets the "radius" element
|
void |
setStartAngle(AngleType startAngle)
Sets the "startAngle" element
|
void |
unsetInterpolation()
Unsets the "interpolation" attribute
|
void |
unsetPointProperty()
Unsets the "pointProperty" element
|
void |
unsetPos()
Unsets the "pos" element
|
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 getPos()
boolean isSetPos()
void setPos(DirectPositionType pos)
DirectPositionType addNewPos()
void unsetPos()
PointPropertyType getPointProperty()
boolean isSetPointProperty()
void setPointProperty(PointPropertyType pointProperty)
PointPropertyType addNewPointProperty()
void unsetPointProperty()
DirectPositionListType getPosList()
boolean isSetPosList()
void setPosList(DirectPositionListType posList)
DirectPositionListType addNewPosList()
void unsetPosList()
LengthType getRadius()
void setRadius(LengthType radius)
LengthType addNewRadius()
AngleType getStartAngle()
void setStartAngle(AngleType startAngle)
AngleType addNewStartAngle()
AngleType getEndAngle()
void setEndAngle(AngleType endAngle)
AngleType addNewEndAngle()
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()
void setNumArc(java.math.BigInteger numArc)
void xsetNumArc(org.apache.xmlbeans.XmlInteger numArc)
Copyright © 2015–2018 52north.org. All rights reserved.