Package com.esri.core.geometry
Interface GeoJsonImportFlags
-
public interface GeoJsonImportFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
geoJsonImportDefaults
static int
geoJsonImportNonTrusted
Deprecated.static int
geoJsonImportNoWGS84Default
If set, and the geojson does not have a spatial reference, the result geometry will not have one too, otherwise it'll assume WGS84.static int
geoJsonImportSkipCRS
If set, the import will skip CRS.
-
-
-
Field Detail
-
geoJsonImportDefaults
static final int geoJsonImportDefaults
- See Also:
- Constant Field Values
-
geoJsonImportNonTrusted
@Deprecated static final int geoJsonImportNonTrusted
Deprecated.- See Also:
- Constant Field Values
-
geoJsonImportSkipCRS
static final int geoJsonImportSkipCRS
If set, the import will skip CRS.- See Also:
- Constant Field Values
-
geoJsonImportNoWGS84Default
static final int geoJsonImportNoWGS84Default
If set, and the geojson does not have a spatial reference, the result geometry will not have one too, otherwise it'll assume WGS84.- See Also:
- Constant Field Values
-
-