Package net.opengis.gml.x33.ce
Interface SimpleArcByCenterPointType
-
- All Superinterfaces:
AbstractCurveType,AbstractGeometricPrimitiveType,AbstractGeometryType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SimpleArcByCenterPointTypeImpl
public interface SimpleArcByCenterPointType extends AbstractCurveType
An XML SimpleArcByCenterPointType(@http://www.opengis.net/gml/3.3/ce). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSimpleArcByCenterPointType.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 AngleTypeaddNewEndAngle()Appends and returns a new empty "endAngle" elementPointPropertyTypeaddNewPointProperty()Appends and returns a new empty "pointProperty" elementDirectPositionTypeaddNewPos()Appends and returns a new empty "pos" elementDirectPositionListTypeaddNewPosList()Appends and returns a new empty "posList" elementLengthTypeaddNewRadius()Appends and returns a new empty "radius" elementAngleTypeaddNewStartAngle()Appends and returns a new empty "startAngle" elementAngleTypegetEndAngle()Gets the "endAngle" elementCurveInterpolationType.EnumgetInterpolation()Gets the "interpolation" attributeBigIntegergetNumArc()Gets the "numArc" attributePointPropertyTypegetPointProperty()Gets the "pointProperty" elementDirectPositionTypegetPos()Gets the "pos" elementDirectPositionListTypegetPosList()Gets the "posList" elementLengthTypegetRadius()Gets the "radius" elementAngleTypegetStartAngle()Gets the "startAngle" elementbooleanisSetInterpolation()True if has "interpolation" attributebooleanisSetPointProperty()True if has "pointProperty" elementbooleanisSetPos()True if has "pos" elementbooleanisSetPosList()True if has "posList" elementvoidsetEndAngle(AngleType endAngle)Sets the "endAngle" elementvoidsetInterpolation(CurveInterpolationType.Enum interpolation)Sets the "interpolation" attributevoidsetNumArc(BigInteger numArc)Sets the "numArc" attributevoidsetPointProperty(PointPropertyType pointProperty)Sets the "pointProperty" elementvoidsetPos(DirectPositionType pos)Sets the "pos" elementvoidsetPosList(DirectPositionListType posList)Sets the "posList" elementvoidsetRadius(LengthType radius)Sets the "radius" elementvoidsetStartAngle(AngleType startAngle)Sets the "startAngle" elementvoidunsetInterpolation()Unsets the "interpolation" attributevoidunsetPointProperty()Unsets the "pointProperty" elementvoidunsetPos()Unsets the "pos" elementvoidunsetPosList()Unsets the "posList" elementCurveInterpolationTypexgetInterpolation()Gets (as xml) the "interpolation" attributeorg.apache.xmlbeans.XmlIntegerxgetNumArc()Gets (as xml) the "numArc" attributevoidxsetInterpolation(CurveInterpolationType interpolation)Sets (as xml) the "interpolation" attributevoidxsetNumArc(org.apache.xmlbeans.XmlInteger numArc)Sets (as xml) the "numArc" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetSrsDimension, unsetSrsName, unsetUomLabels, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabels
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, 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, xsetId
-
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
-
getPos
DirectPositionType getPos()
Gets the "pos" element
-
isSetPos
boolean isSetPos()
True if has "pos" element
-
setPos
void setPos(DirectPositionType pos)
Sets the "pos" element
-
addNewPos
DirectPositionType addNewPos()
Appends and returns a new empty "pos" element
-
unsetPos
void unsetPos()
Unsets the "pos" element
-
getPointProperty
PointPropertyType getPointProperty()
Gets the "pointProperty" element
-
isSetPointProperty
boolean isSetPointProperty()
True if has "pointProperty" element
-
setPointProperty
void setPointProperty(PointPropertyType pointProperty)
Sets the "pointProperty" element
-
addNewPointProperty
PointPropertyType addNewPointProperty()
Appends and returns a new empty "pointProperty" element
-
unsetPointProperty
void unsetPointProperty()
Unsets the "pointProperty" element
-
getPosList
DirectPositionListType getPosList()
Gets the "posList" element
-
isSetPosList
boolean isSetPosList()
True if has "posList" element
-
setPosList
void setPosList(DirectPositionListType posList)
Sets the "posList" element
-
addNewPosList
DirectPositionListType addNewPosList()
Appends and returns a new empty "posList" element
-
unsetPosList
void unsetPosList()
Unsets the "posList" element
-
getRadius
LengthType getRadius()
Gets the "radius" element
-
setRadius
void setRadius(LengthType radius)
Sets the "radius" element
-
addNewRadius
LengthType addNewRadius()
Appends and returns a new empty "radius" element
-
getStartAngle
AngleType getStartAngle()
Gets the "startAngle" element
-
setStartAngle
void setStartAngle(AngleType startAngle)
Sets the "startAngle" element
-
addNewStartAngle
AngleType addNewStartAngle()
Appends and returns a new empty "startAngle" element
-
getEndAngle
AngleType getEndAngle()
Gets the "endAngle" element
-
setEndAngle
void setEndAngle(AngleType endAngle)
Sets the "endAngle" element
-
addNewEndAngle
AngleType addNewEndAngle()
Appends and returns a new empty "endAngle" element
-
getInterpolation
CurveInterpolationType.Enum getInterpolation()
Gets the "interpolation" attribute
-
xgetInterpolation
CurveInterpolationType xgetInterpolation()
Gets (as xml) the "interpolation" attribute
-
isSetInterpolation
boolean isSetInterpolation()
True if has "interpolation" attribute
-
setInterpolation
void setInterpolation(CurveInterpolationType.Enum interpolation)
Sets the "interpolation" attribute
-
xsetInterpolation
void xsetInterpolation(CurveInterpolationType interpolation)
Sets (as xml) the "interpolation" attribute
-
unsetInterpolation
void unsetInterpolation()
Unsets the "interpolation" attribute
-
getNumArc
BigInteger getNumArc()
Gets the "numArc" attribute
-
xgetNumArc
org.apache.xmlbeans.XmlInteger xgetNumArc()
Gets (as xml) the "numArc" attribute
-
setNumArc
void setNumArc(BigInteger numArc)
Sets the "numArc" attribute
-
xsetNumArc
void xsetNumArc(org.apache.xmlbeans.XmlInteger numArc)
Sets (as xml) the "numArc" attribute
-
-