public interface SimpleTrianglePatchType extends AbstractSurfacePatchType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleTrianglePatchType.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
|
SurfaceInterpolationType.Enum |
getInterpolation()
Gets the "interpolation" 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 |
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(SurfaceInterpolationType.Enum interpolation)
Sets the "interpolation" 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 |
unsetPosList()
Unsets the "posList" element
|
SurfaceInterpolationType |
xgetInterpolation()
Gets (as xml) the "interpolation" attribute
|
void |
xsetInterpolation(SurfaceInterpolationType interpolation)
Sets (as xml) the "interpolation" attribute
|
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, 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()
SurfaceInterpolationType.Enum getInterpolation()
SurfaceInterpolationType xgetInterpolation()
boolean isSetInterpolation()
void setInterpolation(SurfaceInterpolationType.Enum interpolation)
void xsetInterpolation(SurfaceInterpolationType interpolation)
void unsetInterpolation()
Copyright © 2015–2018 52north.org. All rights reserved.