org.geotools.arcsde.util
Class ArcSDEUtils

Object
  extended by ArcSDEUtils

public final class ArcSDEUtils
extends Object

ArcSDE Java API related utility methods to be shared between the gce and dataaccess implementations

Since:
2.5.6
Author:
Gabriel Roldan

Field Summary
static Logger LOGGER
           
 
Method Summary
static CoordinateReferenceSystem findCompatibleCRS(SeCoordinateReference seCoordRef)
          Gets the coordinate system that will be associated to the GridCoverage.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final Logger LOGGER
Method Detail

findCompatibleCRS

public static CoordinateReferenceSystem findCompatibleCRS(SeCoordinateReference seCoordRef)
                                                   throws DataSourceException
Gets the coordinate system that will be associated to the GridCoverage.

Parameters:
rasterAttributes -
Returns:
if seCoordRef.getcoordSys() is null returns DefaultEngineeringCRS.CARTESIAN_2D, otherwise an equivalent CRS from the EPSG database if found, or a CRS built from the seCoordRef WKT otherwise.
Throws:
DataSourceException


Copyright © 1996-2014 Geotools. All Rights Reserved.