public interface GeoReferencedImage extends MapSerializer, PropertyChangeListener
toMappropertyChangevoid cancelChanges()
void deleteTiePoint(MappedLocation tiePoint)
void drawImage(Graphics2D graphics, BoundingBox viewBoundingBox, int viewWidth, int viewHeight, boolean useTransform)
AffineTransform getAffineTransformation(BoundingBox boundingBox)
BoundingBox getBoundingBox()
CoordinateSystem getCoordinateSystem()
int[] getDpi()
GeometryFactory getGeometryFactory()
GeoReferencedImage getImage(CoordinateSystem coordinateSystem)
GeoReferencedImage getImage(CoordinateSystem coordinateSystem, double resolution)
GeoReferencedImage getImage(GeometryFactory geometryFactory)
double getImageAspectRatio()
int getImageHeight()
org.springframework.core.io.Resource getImageResource()
int getImageWidth()
RenderedImage getRenderedImage()
double getResolution()
List<MappedLocation> getTiePoints()
String getWorldFileExtension()
boolean hasBoundingBox()
boolean hasGeometryFactory()
boolean isHasChanages()
boolean isHasTransform()
boolean saveChanges()
void setBoundingBox(BoundingBox boundingBox)
void setBoundingBox(double x1,
double y1,
double pixelWidth,
double pixelHeight)
void setDpi(int... dpi)
void setRenderedImage(RenderedImage image)
void setTiePoints(List<MappedLocation> tiePoints)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.