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 CRS
GlobalOptions. getCoordinateReferenceSystem()
Methods in com.walkfares.odsl with parameters of type CRS Modifier and Type Method Description static void
GlobalOptions. 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 CRS
CRS. 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.