public class Nts1000000RectangularMapGrid extends AbstractRectangularMapGrid
| Constructor and Description |
|---|
Nts1000000RectangularMapGrid() |
Nts1000000RectangularMapGrid(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlock(String sheet) |
BoundingBox |
getBoundingBox(String mapTileName) |
CoordinateSystem |
getCoordinateSystem() |
String |
getFormattedMapTileName(String name) |
GeometryFactory |
getGeometryFactory() |
double |
getLatitude(int block) |
double |
getLatitude(String mapTileName) |
double |
getLongitude(int block) |
double |
getLongitude(String mapTileName) |
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 |
getNtsBlock(String mapTileName) |
RectangularMapTile |
getTileByLocation(double x,
double y) |
RectangularMapTile |
getTileByName(String mapTileName) |
double |
getTileHeight() |
List<RectangularMapTile> |
getTiles(BoundingBox boundingBox) |
double |
getTileWidth() |
void |
setPrecisionScale(double precisionScale) |
getBoundingBox, getMapTileName, getName, getPolygon, getPolygon, getPolygon, setNamepublic Nts1000000RectangularMapGrid()
public Nts1000000RectangularMapGrid(double width,
double height)
public int getBlock(String sheet)
public BoundingBox getBoundingBox(String mapTileName)
public CoordinateSystem getCoordinateSystem()
public GeometryFactory getGeometryFactory()
public double getLatitude(int block)
public double getLatitude(String mapTileName)
public double getLongitude(int block)
public double getLongitude(String mapTileName)
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 getNtsBlock(String mapTileName)
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 void setPrecisionScale(double precisionScale)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.