Uses of Class
org.gcube.spatial.data.geoutility.shared.BBOX.COORDINATE_FORMAT
-
Packages that use BBOX.COORDINATE_FORMAT Package Description org.gcube.spatial.data.geoutility.shared -
-
Uses of BBOX.COORDINATE_FORMAT in org.gcube.spatial.data.geoutility.shared
Methods in org.gcube.spatial.data.geoutility.shared that return BBOX.COORDINATE_FORMAT Modifier and Type Method Description static BBOX.COORDINATE_FORMATBBOX.COORDINATE_FORMAT. valueOf(String name)Returns the enum constant of this type with the specified name.static BBOX.COORDINATE_FORMAT[]BBOX.COORDINATE_FORMAT. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.spatial.data.geoutility.shared with parameters of type BBOX.COORDINATE_FORMAT Modifier and Type Method Description StringBBOX. toBBOXString(BBOX.COORDINATE_FORMAT format)static StringBBOX. toBBOXString(BBOX extBBOX, BBOX.COORDINATE_FORMAT format)Constructors in org.gcube.spatial.data.geoutility.shared with parameters of type BBOX.COORDINATE_FORMAT Constructor Description BBOX(String bbox, BBOX.COORDINATE_FORMAT format)Instantiates a new bbox.
-