|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiCurve
The interface defines the access to a aggregations of Curve objects.
-----------------------------------------------------
Field Summary |
---|
Fields inherited from interface org.deegree.model.spatialschema.Geometry |
---|
BUFFER_CAP_BUTT, BUFFER_CAP_ROUND, BUFFER_CAP_SQUARE |
Method Summary | |
---|---|
void |
addCurve(Curve curve)
adds a Curve to the aggregation |
Curve[] |
getAllCurves()
|
Curve |
getCurveAt(int index)
|
void |
insertCurveAt(Curve curve,
int index)
inserts a Curve in the aggregation. all elements with an index equal or larger index will be moved. if index is larger then getSize() - 1 or smaller then 0 or curve equals null an exception will be thrown. |
Curve |
removeCurve(Curve curve)
removes the submitted Curve from the aggregation |
Curve |
removeCurveAt(int index)
removes the Curve at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
void |
setCurveAt(Curve curve,
int index)
sets the submitted Curve at the submitted index. the element at the position index will be
removed. if index is larger then getSize() - 1 or smaller then 0 or curve equals null an exception will be
thrown. |
Methods inherited from interface org.deegree.model.spatialschema.MultiPrimitive |
---|
getAllPrimitives, getPrimitiveAt |
Methods inherited from interface org.deegree.model.spatialschema.Aggregate |
---|
add, getAll, getIterator, getObjectAt, getSize, insertObjectAt, isMember, merge, removeAll, removeObject, removeObjectAt, setObjectAt |
Methods inherited from interface org.deegree.model.spatialschema.Geometry |
---|
contains, contains, difference, distance, getBoundary, getBuffer, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDimension, getEnvelope, getTolerance, intersection, intersects, isEmpty, isWithinDistance, setTolerance, translate, union |
Method Detail |
---|
void addCurve(Curve curve)
curve
- to add.void insertCurveAt(Curve curve, int index) throws GeometryException
curve
- Curve to insert.index
- position where to insert the new Curve
GeometryException
void setCurveAt(Curve curve, int index) throws GeometryException
index
will be
removed. if index is larger then getSize() - 1 or smaller then 0 or curve equals null an exception will be
thrown.
curve
- Curve to set.index
- position where to set the new Curve
GeometryException
Curve removeCurve(Curve curve)
curve
-
Curve removeCurveAt(int index) throws GeometryException
index
-
GeometryException
Curve getCurveAt(int index)
index
-
Curve[] getAllCurves()
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org