org.geotools.arcsde.util
Class ArcSDEUtils

java.lang.Object
  extended by org.geotools.arcsde.util.ArcSDEUtils

public final class ArcSDEUtils
extends java.lang.Object

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

Since:
2.5.6
Version:
$Id: ArcSDEUtils.java 34891 2010-02-15 16:36:26Z groldan $
Author:
Gabriel Roldan

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

Field Detail

LOGGER

public static final java.util.logging.Logger LOGGER
Method Detail

findCompatibleCRS

public static org.opengis.referencing.crs.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-2010 Geotools. All Rights Reserved.