Uses of Enum
com.vividsolutions.wms.AxisOrder
Packages that use AxisOrder
Package
Description
This package provides classes for interacting with a Web Map Service
(WMS) server.
-
Uses of AxisOrder in com.vividsolutions.wms
Subclasses with type arguments of type AxisOrder in com.vividsolutions.wmsModifier and TypeClassDescriptionenumAn enum class with two values to determine if coordinates are given in the Longitude / Latitude order or in the Latitude / Longitude order in a particular CRS (or SRS).Methods in com.vividsolutions.wms that return AxisOrderModifier and TypeMethodDescriptionstatic AxisOrderAxisOrder.getAxisOrder(String srs) BoundingBox.getAxisOrder()static AxisOrderReturns 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.