com.esri.adf.web.data.geometry
Class WebGeometryOperations

java.lang.Object
  extended by com.esri.adf.web.data.geometry.GeometryOperations
      extended by com.esri.adf.web.data.geometry.WebGeometryOperations
All Implemented Interfaces:
java.io.Serializable

public class WebGeometryOperations
extends GeometryOperations

See Also:
Serialized Form

Constructor Summary
WebGeometryOperations()
           
 
Method Summary
 WebGeometry project(WebGeometry geometry, WebSpatialReference toSR)
          Projects the geometry to the specified spatial reference.
 java.lang.String toString()
          Returns the user friendly name for the concrete implementation class.
 
Methods inherited from class com.esri.adf.web.data.geometry.GeometryOperations
getDefaultInstance, setDefaultInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebGeometryOperations

public WebGeometryOperations()
Method Detail

project

public WebGeometry project(WebGeometry geometry,
                           WebSpatialReference toSR)
Description copied from class: GeometryOperations
Projects the geometry to the specified spatial reference.

Specified by:
project in class GeometryOperations
Parameters:
geometry - the geometry to project
toSR - the spatial reference to which the geometry to be projected
Returns:
the projected geometry

toString

public java.lang.String toString()
Description copied from class: GeometryOperations
Returns the user friendly name for the concrete implementation class.

Specified by:
toString in class GeometryOperations