Methods' Details |
getPoints
sequence< sequence< Point2D > >
getPoints( |
[in] int
[in] int
[in] int
[in] int |
nPolygonIndex,
nNumberOfPolygons,
nPointIndex,
nNumberOfPoints ); |
- Description
- Query subset of this polyPolygon, starting at the given
polygon and the given point within that polygon, and
containing the specified number of polygons and points in the
last polygon.
|
|
setPoints
void
setPoints( |
[in] sequence< sequence< Point2D > >
[in] int
[in] int |
points,
nPolygonIndex,
nPointIndex ); |
- Description
- Set the specified subset of points to the polyPolygon. The
subset of polyPolygon points not included in this sequence
remains unchanged.
|
|
getPoint
Point2D
getPoint( |
[in] int
[in] int |
nPolygonIndex,
nPointIndex ); |
- Description
- Get a single point from the polyPolygon
|
|
setPoint
void
setPoint( |
[in] Point2D
[in] int
[in] int |
point,
nPolygonIndex,
nPointIndex ); |
- Description
- Set a single point on the polyPolygon. The remaining points of
the polyPolygon will not be changed by this method.
|
|
Copyright © 2003 Sun Microsystems, Inc.