com.esri.adf.web.aws.util
Class AWSUtil

java.lang.Object
  extended by com.esri.adf.web.aws.util.AWSUtil

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, no replacement

@Deprecated
public final class AWSUtil
extends java.lang.Object


Constructor Summary
AWSUtil()
          Deprecated.  
 
Method Summary
static WebExtent fromAWSExtent(com.esri.aws.Envelope env)
          Deprecated.  
static WebPoint fromAWSPoint(com.esri.aws.Point pt)
          Deprecated.  
static WebSpatialReference fromAWSSpatialReference(com.esri.aws.CoordSys coords)
          Deprecated.  
static com.esri.aws.Envelope toAWSEnvelope(WebExtent extent)
          Deprecated.  
static com.esri.aws.Point toAWSPoint(WebPoint pt)
          Deprecated.  
static com.esri.aws.CoordSys toAWSSpatialReference(WebSpatialReference wsr)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSUtil

public AWSUtil()
Deprecated. 
Method Detail

toAWSSpatialReference

public static com.esri.aws.CoordSys toAWSSpatialReference(WebSpatialReference wsr)
Deprecated. 

fromAWSSpatialReference

public static WebSpatialReference fromAWSSpatialReference(com.esri.aws.CoordSys coords)
Deprecated. 

toAWSPoint

public static com.esri.aws.Point toAWSPoint(WebPoint pt)
Deprecated. 

fromAWSPoint

public static WebPoint fromAWSPoint(com.esri.aws.Point pt)
Deprecated. 

toAWSEnvelope

public static com.esri.aws.Envelope toAWSEnvelope(WebExtent extent)
Deprecated. 

fromAWSExtent

public static WebExtent fromAWSExtent(com.esri.aws.Envelope env)
Deprecated.