Package | Description |
---|---|
com.esri.core.geometry | |
com.esri.core.geometry.ogc |
Modifier and Type | Class and Description |
---|---|
class |
Polygon
A polygon is a collection of one or many interior or exterior rings.
|
class |
Polyline
A polyline is a collection of one or many paths.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPath.add(MultiPath src,
boolean bReversePaths)
Appends all paths from another multipath.
|
void |
MultiPath.addPath(MultiPath src,
int srcPathIndex,
boolean bForward)
Copies a path from another multipath.
|
void |
MultiPath.addSegmentsFromPath(MultiPath src,
int srcPathIndex,
int srcSegmentFrom,
int srcSegmentCount,
boolean bStartNewPath)
Adds segments from a source multipath to this MultiPath.
|
void |
MultiPath.insertPath(int pathIndex,
MultiPath src,
int srcPathIndex,
boolean bForward)
Inserts a path from another multipath.
|
void |
MultiPath.insertPoints(int pathIndex,
int beforePointIndex,
MultiPath src,
int srcPathIndex,
int srcPointIndexFrom,
int srcPointCount,
boolean bForward)
Inserts vertices from the given multipath into this multipath.
|
Constructor and Description |
---|
OGCLinearRing(MultiPath mp,
int pathIndex,
SpatialReference sr,
boolean reversed) |
OGCLineString(MultiPath mp,
int pathIndex,
SpatialReference sr) |
OGCLineString(MultiPath mp,
int pathIndex,
SpatialReference sr,
boolean reversed) |
Copyright © 2018. All rights reserved.