Uses of Enum
com.esri.core.geometry.Geometry.Type
Packages that use Geometry.Type
-
Uses of Geometry.Type in com.esri.core.geometry
Subclasses with type arguments of type Geometry.Type in com.esri.core.geometryFields in com.esri.core.geometry declared as Geometry.TypeModifier and TypeFieldDescription(package private) Geometry.TypeGeometrySerializer.BaseGeometryData.geometryTypeMethods in com.esri.core.geometry that return Geometry.TypeModifier and TypeMethodDescriptionEnvelope.getType()abstract Geometry.TypeGeometry.getType()Returns the geometry type.Line.getType()MultiPathImpl.getType()MultiPoint.getType()MultiPointImpl.getType()Point.getType()Polygon.getType()Polyline.getType()static Geometry.TypeGeometry.Type.intToType(int geometryType) static Geometry.TypeReturns 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 TypeMethodDescriptionvoidSegmentBuffer.create(Geometry.Type type) (package private) intEditShape.createGeometry(Geometry.Type geometry_type) (package private) intEditShape.createGeometry(Geometry.Type geometry_type, VertexDescription description) (package private) abstract GeometryCursorOperatorImportFromESRIShape.execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers) Performs the ImportFromESRIShape operation on a stream of shape buffersabstract GeometryOperatorImportFromESRIShape.execute(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) Performs the ImportFromESRIShape operation.(package private) GeometryCursorOperatorImportFromESRIShapeLocal.execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers) OperatorImportFromESRIShapeLocal.execute(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) abstract MapGeometryOperatorImportFromGeoJson.execute(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometryOperatorImportFromGeoJson.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 MapGeometryOperatorImportFromJson.execute(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json string(package private) abstract MapGeometryCursorOperatorImportFromJson.execute(Geometry.Type type, JsonReaderCursor jsonReaderCursor) Performs the ImportFromJson operation on a number of Json Stringsabstract MapGeometryOperatorImportFromJson.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 GeometryOperatorImportFromWkb.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 GeometryOperatorImportFromWkt.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 MapGeometryGeometryEngine.geoJsonToGeometry(String json, int importFlags, Geometry.Type type) Imports the MapGeometry from its JSON representation.static GeometryGeometryEngine.geometryFromEsriShape(byte[] esriShapeBuffer, Geometry.Type geometryType) Imports geometry from the ESRI shape file format.static GeometryGeometryEngine.geometryFromWkt(String wkt, int importFlags, Geometry.Type geometryType) Imports a geometry from a WKT string.(package private) static MapGeometryOperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJson(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates) (package private) static MapOGCStructureOperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJson(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates, int recursion) (package private) MapOGCStructureOperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJsonImpl(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates, int recursion) private static GeometryOperatorImportFromWkbLocal.importFromWkb(int importFlags, Geometry.Type type, OperatorImportFromWkbLocal.WkbHelper wkbHelper) (package private) static GeometryOperatorImportFromWktLocal.importFromWkt(int import_flags, Geometry.Type type, WktParser wkt_parser)