Package uk.co.mccombe.mapping


package uk.co.mccombe.mapping
  • Class
    Description
     
     
     
    Abstract base class for the Austrian BMN (Bundesmeldnetz) coordinate system
    Abstract base class for coordinate systems in general.
    Datum is the base class for a coordinate system datum.
    Ellipsoid is the base class used to describe the shape of the earth's surface.
    An ENPair represents a 2-dimensional coordinate pair used to define position on a map in terms of "easting" and "northing" distances.
    An exception thrown when conversion from grid reference is impossible
    Implementation of the Irish Grid.
    An abstract base class for implementations of the Lambert Conformal Conic Projection
    A non-abstract class implementing the Lambert Conformal Conical (LCC) projection for the French Lambert-93 system.
    A non-abstract class implementing the Lambert Conformal Conical projection for Zone 1 (Northern France between latitudes 48.15 and 51.3 degrees N)
    A non-abstract class implementing the Lambert Conformal Conical projection for Zone 2 (Central France between latitudes 45.45 and 48.15 degrees N)
    A non-abstract class implementing the Lambert Conformal Conical projection for Zone 2-extended (all of mainland France and Corsica)
    A non-abstract class implementing the Lambert Conformal Conical projection for Zone 3 (Southern France between latitudes 42.3 and 45.45 degrees N)
    A non-abstract class implementing the Lambert Conformal Conical projection for Zone 4 (Corsica)
    A simple immutable wrapper class for Latitude and Longitude values
    An exception class for errors in Latitude and Longitude formats
    MappingToolkit provides access to standard features of the mapping package by name.
     
     
     
     
    Class OSGB provides handling for the Ordnance Survey of Great Britain coordinate system.
    A Position represents the absolute location of a point in 3D space, independent of any particular Datum, Ellipsoid or type of coordinates.
    A Projection is an abstract base class for CoordinateSystems in which a a 3-dimensional position is "projected" onto a surface to allow it to be represented in 2-dimensions.
     
    Spherical Coordinates - an implementation of positional coordinates based on Latitude and Longitude.
    TransverseMercator is an abstract base class for coordinate systems derived from the Transverse Mercator Projection.
    The Universal Transverse Mercator coordinate system
    A simple immutable class for 3D cartesian coordinates