public abstract class MapTile extends Object
| Constructor and Description |
|---|
MapTile(BoundingBox boundingBox,
int width,
int height,
double resolution) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BoundingBox |
getBoundingBox() |
GeometryFactory |
getGeometryFactory() |
int |
getHeight() |
GeoReferencedImage |
getImage() |
GeoReferencedImage |
getImage(CoordinateSystem coordinateSystem) |
GeoReferencedImage |
getImage(GeometryFactory geometryFactory) |
double |
getResolution() |
int |
getWidth() |
protected abstract BufferedImage |
loadBuffferedImage() |
protected GeoReferencedImage |
loadImage() |
GeoReferencedImage |
loadImage(CoordinateSystem coordinateSystem) |
GeoReferencedImage |
loadImage(GeometryFactory geometryFactory) |
public MapTile(BoundingBox boundingBox, int width, int height, double resolution)
public BoundingBox getBoundingBox()
public GeometryFactory getGeometryFactory()
public int getHeight()
public GeoReferencedImage getImage()
public GeoReferencedImage getImage(CoordinateSystem coordinateSystem)
public GeoReferencedImage getImage(GeometryFactory geometryFactory)
public double getResolution()
public int getWidth()
protected abstract BufferedImage loadBuffferedImage()
protected GeoReferencedImage loadImage()
public GeoReferencedImage loadImage(CoordinateSystem coordinateSystem)
public GeoReferencedImage loadImage(GeometryFactory geometryFactory)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.