Uses of Class
com.bbn.openmap.proj.coords.AxisOrder

Packages that use AxisOrder
com.bbn.openmap.proj.coords   
 

Uses of AxisOrder in com.bbn.openmap.proj.coords
 

Methods in com.bbn.openmap.proj.coords that return AxisOrder
 AxisOrder CoordinateReferenceSystem.getAxisOrder()
           
static AxisOrder AxisOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AxisOrder[] AxisOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.bbn.openmap.proj.coords with parameters of type AxisOrder
CoordinateReferenceSystem(java.lang.String code, GeoCoordTransformation coordConverter, java.lang.Class<?> projLoaderClass, Ellipsoid ellipsoid, java.util.Properties projectionParameters, BoundingBox boundingBox, AxisOrder axisOrder)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details