RasterMap Class

Enter class description

Constructors

RasterMap( double minX, double minY, double maxX, double maxY, int width, int height )
RasterMap( double minX, double minY, double maxX, double maxY, BufferedImage bufferedImage )

Public Methods

AddGraticule( double SpacingInDegrees ) returns void
Insert( Point[] Coordinates, Style style ) returns void
Used to insert a "feature" into the map
Insert( String Coordinates, Style style ) returns void
Used to insert a "feature" into the map
Insert( String Coordinates, Style style, String cs, String ts ) returns void
getBufferedImage( double minX, double minY, double maxX, double maxY, int width, int height ) returns BufferedImage
Save( String PathToFile ) returns void
Used to save the map to an image file
getStyle( ) returns Style
getImage( ) returns BufferedImage