Package com.esri.core.geometry
Interface GeoJsonImportFlags
public interface GeoJsonImportFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Deprecated.static final int
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 final int
If set, the import will skip CRS.
-
Field Details
-
geoJsonImportDefaults
static final int geoJsonImportDefaults- See Also:
-
geoJsonImportNonTrusted
Deprecated.- See Also:
-
geoJsonImportSkipCRS
static final int geoJsonImportSkipCRSIf set, the import will skip CRS.- See Also:
-
geoJsonImportNoWGS84Default
static final int geoJsonImportNoWGS84DefaultIf 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:
-