4
votes
1answer
48 views

Global projection with zero scale distortion at non-zero latitude

I am looking for a global projection with zero scale distortion at non-zero latitude. I have tried using an Oblique Mercator projection centred at a specific latitude and longitude of centre (with ...
3
votes
1answer
115 views

Problem in displaying a GeoTiff image in JMapFrame

I'm trying to display a GeoTiff image with no projection but where the geographical extent (bounding box) is known: reader= format.getReader(new File(sImageName)); GridCoverage2D gridCoverage= ...
1
vote
2answers
174 views

GeoTools Oblique Mercator Example

I would like to use the Oblique Mercator projection in GeoTools. I'm currently using a WGS84 Mercator projection like this: final CoordinateReferenceSystem wgs84CoordSystem = CRS ...
2
votes
3answers
978 views

Rendering a shapefile with a custom projection in GeoTools

I have an image, a shapefile, and a method which can translate an x/y pixel location from the image into a latitude/longitude point or vice versa. I'm trying to use Geotools to render the shapefile on ...