Uses of Interface
gov.noaa.pmel.sgt.dm.CoordinateSystem

Packages that use CoordinateSystem
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
 

Uses of CoordinateSystem in gov.noaa.pmel.sgt.dm
 

Subinterfaces of CoordinateSystem in gov.noaa.pmel.sgt.dm
 interface Cartesian
          The Cartesian interface indicates to the sgt classes that X and Y coordinates are to be interpreted as Cartesian coordinates.
 interface Geographic
          The Geographic interface indicates to the sgt classes that X and Y coordinates are to be interpreted as longitude and latitude, respectively.
 interface Polar
          The Polar interface indicates to the sgt graphics toolkit that the X and Y coordinates are to be interpreted as R (radius) and Theta (angle), respectively.
 

Classes in gov.noaa.pmel.sgt.dm that implement CoordinateSystem
 class SimpleGrid
          SimpleGrid provides an implementation of the SGTGrid and Cartesian interfaces.
 class SimpleLine
          SimpleLine provides an implementation of the SGTLine and Cartesian interfaces.
 class SimplePoint
          SimplePoint provides an implementation of the SGTPoint and Cartesian interfaces.
 class SimpleTuple
          SimpleTuple provides an implementation of the SGTTuple and Cartesian interfaces.
 class ThreeDGrid
          ThreeDGrid provides an implementation of the SGT3DGrid and Cartesian interfaces.