Uses of Class
com.walkfares.odsl.var.geo.CRS
| Package | Description |
|---|---|
| com.walkfares.odsl | |
| com.walkfares.odsl.var.geo |
-
Uses of CRS in com.walkfares.odsl
Methods in com.walkfares.odsl that return CRS Modifier and Type Method Description static CRSGlobalOptions. getCoordinateReferenceSystem()Methods in com.walkfares.odsl with parameters of type CRS Modifier and Type Method Description static voidGlobalOptions. setCoordinateReferenceSystem(CRS coordinateReferenceSystem) -
Uses of CRS in com.walkfares.odsl.var.geo
Methods in com.walkfares.odsl.var.geo that return CRS Modifier and Type Method Description static CRSCRS. valueOf(String name)Returns the enum constant of this type with the specified name.static CRS[]CRS. values()Returns an array containing the constants of this enum type, in the order they are declared.