Uses of Class
com.esri.core.geometry.OperatorImportFromGeoJsonLocal.GeoJsonType
-
Packages that use OperatorImportFromGeoJsonLocal.GeoJsonType Package Description com.esri.core.geometry -
-
Uses of OperatorImportFromGeoJsonLocal.GeoJsonType in com.esri.core.geometry
Methods in com.esri.core.geometry that return OperatorImportFromGeoJsonLocal.GeoJsonType Modifier and Type Method Description (package private) static OperatorImportFromGeoJsonLocal.GeoJsonTypeOperatorImportFromGeoJsonLocal.GeoJsonType. fromGeoJsonValue(int v)static OperatorImportFromGeoJsonLocal.GeoJsonTypeOperatorImportFromGeoJsonLocal.GeoJsonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatorImportFromGeoJsonLocal.GeoJsonType[]OperatorImportFromGeoJsonLocal.GeoJsonType. 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 OperatorImportFromGeoJsonLocal.GeoJsonType Modifier and Type Method Description private GeometryOperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper. createGeometry_(OperatorImportFromGeoJsonLocal.GeoJsonType geo_json_type, int type)
-