Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
Geometry.Type |
Polyline.getType() |
Geometry.Type |
Polygon.getType() |
Geometry.Type |
Point.getType() |
Geometry.Type |
MultiPoint.getType() |
Geometry.Type |
Line.getType() |
abstract Geometry.Type |
Geometry.getType()
Returns the geometry type.
|
Geometry.Type |
Envelope.getType() |
static Geometry.Type |
Geometry.Type.intToType(int geometryType) |
static Geometry.Type |
Geometry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geometry.Type[] |
Geometry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract MapGeometry |
OperatorImportFromJson.execute(Geometry.Type type,
JsonReader jsonReader)
Performs the ImportFromJson operation on a single Json string
|
abstract MapGeometry |
OperatorImportFromJson.execute(Geometry.Type type,
String string)
Performs the ImportFromJson operation on a single Json string
|
abstract Geometry |
OperatorImportFromESRIShape.execute(int importFlags,
Geometry.Type type,
ByteBuffer shapeBuffer)
Performs the ImportFromESRIShape operation.
|
abstract Geometry |
OperatorImportFromWkb.execute(int importFlags,
Geometry.Type type,
ByteBuffer wkbBuffer,
ProgressTracker progress_tracker)
Performs the ImportFromWKB operation.
|
abstract MapGeometry |
OperatorImportFromGeoJson.execute(int importFlags,
Geometry.Type type,
JsonReader jsonReader,
ProgressTracker progressTracker)
Performs the ImportFromGeoJson operation.
|
abstract Geometry |
OperatorImportFromWkt.execute(int import_flags,
Geometry.Type type,
String wkt_string,
ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.
|
abstract MapGeometry |
OperatorImportFromGeoJson.execute(int import_flags,
Geometry.Type type,
String geoJsonString,
ProgressTracker progress_tracker)
Deprecated, use version without import_flags.
|
static MapGeometry |
GeometryEngine.geoJsonToGeometry(String json,
int importFlags,
Geometry.Type type)
Imports the MapGeometry from its JSON representation.
|
static Geometry |
GeometryEngine.geometryFromEsriShape(byte[] esriShapeBuffer,
Geometry.Type geometryType)
Imports geometry from the ESRI shape file format.
|
static Geometry |
GeometryEngine.geometryFromWkt(String wkt,
int importFlags,
Geometry.Type geometryType)
Imports a geometry from a WKT string.
|
Copyright © 2018. All rights reserved.