Query subset of this poly-polygon, starting at the given
polygon and the given point within that polygon, and
含む/封じ込めるing the 明示するd number of polygons and points in the
last polygon.
始める,決める the 明示するd sequence of points to the poly-polygon.
This method can either 始める,決める the whole poly-polygon to the new
data, or 挿入する the points at the given 索引
Query subset of this poly-polygon, starting at the given
polygon and the given point within that polygon, and
含む/封じ込めるing the 明示するd number of polygons and points in the
last polygon.
Parameter nPolygonIndex
The 索引 number of the polygon to start with 抽出するing
points. 始める,決める to 0 to start with the first polygon.
Parameter nNumberOfPolygons
The number of polygons, starting with nPolygonIndex, to
抽出する points from. 始める,決める to -1 to 抽出する all polygons,
starting with nPolygonIndex (i.e. a total of
getNumberOfPolygons() - nPolygonIndex polygons is 抽出するd).
Parameter nPointIndex
The 索引 of the point within the first polygon (that with the
索引 number nPolygonIndex) to start extraction with. 始める,決める to 0
to start with the first point in this polygon.
Parameter nNumberOfPoints
The number of points in the last polygon of the extraction
sequence, to be 抽出するd. 始める,決める to -1 to 抽出する all points
from the last polygon.
始める,決める the 明示するd sequence of points to the poly-polygon.
This method can either 始める,決める the whole poly-polygon to the new
data, or 挿入する the points at the given 索引
Parameter nPolygonIndex
The 索引 of the polygon to start point insertion with. This
索引 must be in the 範囲 [0,numPolygons], and the insertion
will take place before this position (i.e. when
明示するing 0 here, the given point sequence will に先行する all
存在するing polygons already within the poly-polygon). To append
to a poly-polygon, call setPoints() with
XLinePolyPolygon2D::getNumberOfPolygons()
as the polygon 索引. If nPolygonIndex is -1, the given
sequence of points 取って代わるs the poly-polygon content,
such that after this method 完全にするs, it 含む/封じ込めるs 正確に/まさに the
明示するd point data.
Throws
com::sun::星/主役にする::lang::IndexOutOfBoundsException
if one of the given values 越える the permissible 範囲.