Uses of Enum
com.esri.core.geometry.Geometry.Type
Packages that use Geometry.Type
-
Uses of Geometry.Type in com.esri.core.geometry
Fields in com.esri.core.geometry declared as Geometry.TypeModifier and TypeFieldDescription(package private) Geometry.Type
GeometrySerializer.BaseGeometryData.geometryType
Methods in com.esri.core.geometry that return Geometry.TypeModifier and TypeMethodDescriptionEnvelope.getType()
abstract Geometry.Type
Geometry.getType()
Returns the geometry type.Line.getType()
MultiPathImpl.getType()
MultiPoint.getType()
MultiPointImpl.getType()
Point.getType()
Polygon.getType()
Polyline.getType()
static Geometry.Type
Geometry.Type.intToType
(int geometryType) static Geometry.Type
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.Methods in com.esri.core.geometry with parameters of type Geometry.TypeModifier and TypeMethodDescriptionvoid
SegmentBuffer.create
(Geometry.Type type) (package private) int
EditShape.createGeometry
(Geometry.Type geometry_type) (package private) int
EditShape.createGeometry
(Geometry.Type geometry_type, VertexDescription description) (package private) abstract GeometryCursor
OperatorImportFromESRIShape.execute
(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers) Performs the ImportFromESRIShape operation on a stream of shape buffersabstract Geometry
OperatorImportFromESRIShape.execute
(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) Performs the ImportFromESRIShape operation.(package private) GeometryCursor
OperatorImportFromESRIShapeLocal.execute
(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers) OperatorImportFromESRIShapeLocal.execute
(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) abstract MapGeometry
OperatorImportFromGeoJson.execute
(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometry
OperatorImportFromGeoJson.execute
(int import_flags, Geometry.Type type, String geoJsonString, ProgressTracker progress_tracker) Deprecated, use version without import_flags.OperatorImportFromGeoJsonLocal.execute
(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) OperatorImportFromGeoJsonLocal.execute
(int importFlags, Geometry.Type type, String geoJsonString, ProgressTracker progressTracker) abstract MapGeometry
OperatorImportFromJson.execute
(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json string(package private) abstract MapGeometryCursor
OperatorImportFromJson.execute
(Geometry.Type type, JsonReaderCursor jsonReaderCursor) Performs the ImportFromJson operation on a number of Json Stringsabstract MapGeometry
OperatorImportFromJson.execute
(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringOperatorImportFromJsonLocal.execute
(Geometry.Type type, JsonReader jsonParser) OperatorImportFromJsonLocal.execute
(Geometry.Type type, JsonReaderCursor jsonParserCursor) OperatorImportFromJsonLocal.execute
(Geometry.Type type, String string) abstract Geometry
OperatorImportFromWkb.execute
(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWKB operation.OperatorImportFromWkbLocal.execute
(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) abstract Geometry
OperatorImportFromWkt.execute
(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.OperatorImportFromWktLocal.execute
(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) 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.(package private) static MapGeometry
OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJson
(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates) (package private) static MapOGCStructure
OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJson
(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates, int recursion) (package private) MapOGCStructure
OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJsonImpl
(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates, int recursion) private static Geometry
OperatorImportFromWkbLocal.importFromWkb
(int importFlags, Geometry.Type type, OperatorImportFromWkbLocal.WkbHelper wkbHelper) (package private) static Geometry
OperatorImportFromWktLocal.importFromWkt
(int import_flags, Geometry.Type type, WktParser wkt_parser)