ESRI.ArcGIS.ADF.ArcGISServer.Local
Project(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class > Project Method : Project(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method




InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Overloads Function Project( _
   ByVal InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal TransformForward As Boolean, _
   ByVal Transformation As ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation, _
   ByVal Extent As ESRI.ArcGIS.ADF.ArcGISServer.Envelope, _
   ByVal InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry _
) As ESRI.ArcGIS.ADF.ArcGISServer.Geometry()
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
Dim InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim TransformForward As Boolean
Dim Transformation As ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation
Dim Extent As ESRI.ArcGIS.ADF.ArcGISServer.Envelope
Dim InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim value() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
 
value = instance.Project(InSpatialReference, OutSpatialReference, TransformForward, Transformation, Extent, InGeometryArray)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] Project( 
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference InSpatialReference,
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference OutSpatialReference,
   bool TransformForward,
   ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation Transformation,
   ESRI.ArcGIS.ADF.ArcGISServer.Envelope Extent,
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray
)

Parameters

InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.