com.esri.adf.web.aws.util
Class AWSUtil
java.lang.Object
com.esri.adf.web.aws.util.AWSUtil
- public final class AWSUtil
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSUtil
public AWSUtil()
toAWSSpatialReference
public static com.esri.aws.CoordSys toAWSSpatialReference(WebSpatialReference wsr)
fromAWSSpatialReference
public static WebSpatialReference fromAWSSpatialReference(com.esri.aws.CoordSys coords)
toAWSPoint
public static com.esri.aws.Point toAWSPoint(WebPoint pt)
fromAWSPoint
public static WebPoint fromAWSPoint(com.esri.aws.Point pt)
toAWSEnvelope
public static com.esri.aws.Envelope toAWSEnvelope(WebExtent extent)
fromAWSExtent
public static WebExtent fromAWSExtent(com.esri.aws.Envelope env)