Uses of Class
com.vividsolutions.wms.AxisOrder
-
Packages that use AxisOrder Package Description com.vividsolutions.wms This package provides classes for interacting with a Web Map Service (WMS) server. -
-
Uses of AxisOrder in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return AxisOrder Modifier and Type Method Description static AxisOrder
AxisOrder. getAxisOrder(String srs)
AxisOrder
BoundingBox. getAxisOrder()
static AxisOrder
AxisOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static AxisOrder[]
AxisOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-