public class UtmRectangularMapGrid extends AbstractRectangularMapGrid
| Modifier and Type | Field and Description |
|---|---|
static UtmRectangularMapGrid |
INSTANCE |
static double |
MIN_LAT |
static double |
MIN_LON |
| Constructor and Description |
|---|
UtmRectangularMapGrid() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox(String mapTileName) |
CoordinateSystem |
getCoordinateSystem() |
String |
getFormattedMapTileName(String name) |
GeometryFactory |
getGeometryFactory() |
int |
getHorizontalZone(double lat,
double lon) |
int |
getHorizontalZone(String sheet) |
double |
getLatitude(String mapTileName) |
double |
getLongitude(String sheet) |
String |
getMapTileName(double x,
double y) |
String |
getMapTileName(String sheet,
int east,
int north)
Get the sheet which is the specified number of sheets east and/or north
from the current sheet.
|
int |
getNad27Srid(double lon,
double lat) |
int |
getNad27Srid(Geometry geometry) |
int |
getNad27Srid(String sheet) |
int |
getNad83Srid(double lon,
double lat) |
int |
getNad83Srid(Geometry geometry) |
int |
getNad83Srid(String sheet) |
RectangularMapTile |
getTileByLocation(double x,
double y) |
RectangularMapTile |
getTileByName(String mapTileName) |
double |
getTileHeight() |
List<RectangularMapTile> |
getTiles(BoundingBox boundingBox) |
double |
getTileWidth() |
char |
getVerticalZone(String sheet) |
getBoundingBox, getMapTileName, getName, getPolygon, getPolygon, getPolygon, setNamepublic static final UtmRectangularMapGrid INSTANCE
public static final double MIN_LAT
public static final double MIN_LON
public BoundingBox getBoundingBox(String mapTileName)
public CoordinateSystem getCoordinateSystem()
public GeometryFactory getGeometryFactory()
public int getHorizontalZone(double lat,
double lon)
public int getHorizontalZone(String sheet)
public double getLatitude(String mapTileName)
public double getLongitude(String sheet)
public String getMapTileName(double x, double y)
public String getMapTileName(String sheet, int east, int north)
sheet - The current sheet.east - The number of sheets east.north - The number of sheets north.public int getNad27Srid(double lon,
double lat)
public int getNad27Srid(Geometry geometry)
public int getNad27Srid(String sheet)
public int getNad83Srid(double lon,
double lat)
public int getNad83Srid(Geometry geometry)
public int getNad83Srid(String sheet)
public RectangularMapTile getTileByLocation(double x, double y)
public RectangularMapTile getTileByName(String mapTileName)
public double getTileHeight()
public List<RectangularMapTile> getTiles(BoundingBox boundingBox)
public double getTileWidth()
public char getVerticalZone(String sheet)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.