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.geometryMethods in com.esri.core.geometry that return Geometry.TypeModifier and TypeMethodDescriptionEnvelope.getType()abstract Geometry.TypeGeometry.getType()Returns the geometry type.Line.getType()MultiPoint.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 TypeMethodDescriptionabstract GeometryOperatorImportFromESRIShape.execute(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) Performs the ImportFromESRIShape operation.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.abstract MapGeometryOperatorImportFromJson.execute(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json stringabstract MapGeometryOperatorImportFromJson.execute(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringabstract GeometryOperatorImportFromWkb.execute(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWKB operation.abstract GeometryOperatorImportFromWkt.execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.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.