|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.geometry.GeometryOperations
com.esri.adf.web.ags.data.geometry.AGSGeometryOperations
public class AGSGeometryOperations
| Constructor Summary | |
|---|---|
AGSGeometryOperations()
|
|
| Method Summary | |
|---|---|
WebGeometry |
project(WebGeometry geometry,
WebSpatialReference toSR)
Projects the geometry to the specified spatial reference. |
void |
setEndPointURL(java.lang.String geometryEndPointURL)
Sets the URL to a Geometry Web Service end point. |
void |
setServiceCatalogURL(java.lang.String serviceCatalogURL)
Sets the service catalog end point URL. |
void |
setUser(AGSUser user)
Sets the AGSUser to authenticate connections to secure web services. |
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 |
|---|
public AGSGeometryOperations()
| Method Detail |
|---|
public WebGeometry project(WebGeometry geometry,
WebSpatialReference toSR)
GeometryOperations
project in class GeometryOperationsgeometry - the geometry to projecttoSR - the spatial reference to which the geometry to be projected
public java.lang.String toString()
GeometryOperations
toString in class GeometryOperationspublic void setEndPointURL(java.lang.String geometryEndPointURL)
For example, http://localhost:8399/arcgis/services/Geometry/GeometryServer
geometryEndPointURL - the URL to a Geometry Web Service end pointpublic void setServiceCatalogURL(java.lang.String serviceCatalogURL)
For example, http://localhost:8399/arcgis/services
serviceCatalogURL - the service catalog end point URLpublic void setUser(AGSUser user)
AGSUser to authenticate connections to secure web services.
user - the AGSUser to authenticate connections to secure web services
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||