public interface SimplePolygonType extends AbstractSurfaceType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimplePolygonType.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
|
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 |
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 |
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 |
unsetPosList()
Unsets the "posList" element
|
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()
Copyright © 2015–2018 52north.org. All rights reserved.