ESRI.ArcGIS.ADF.Web
TransformationParams Constructor(Envelope,Int32,Int32,Double,TransformationDirection,SpatialReference)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Geometry Namespace > TransformationParams Class > TransformationParams Constructor : TransformationParams Constructor(Envelope,Int32,Int32,Double,TransformationDirection,SpatialReference)




extent
Map extent
viewWidth
Map view width
viewHeight
Map view height
mapRotationInDegrees
Map rotation in degrees
direction
The direction of the transformation
spatialReference
The spatial reference to assign geometries that are created as a result of transformation
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal extent As Envelope, _
   ByVal viewWidth As Integer, _
   ByVal viewHeight As Integer, _
   ByVal mapRotationInDegrees As Double, _
   ByVal direction As TransformationDirection, _
   ByVal spatialReference As SpatialReference _
)
Visual Basic (Usage)Copy Code
Dim extent As Envelope
Dim viewWidth As Integer
Dim viewHeight As Integer
Dim mapRotationInDegrees As Double
Dim direction As TransformationDirection
Dim spatialReference As SpatialReference
 
Dim instance As New TransformationParams(extent, viewWidth, viewHeight, mapRotationInDegrees, direction, spatialReference)
C# 
public TransformationParams( 
   Envelope extent,
   int viewWidth,
   int viewHeight,
   double mapRotationInDegrees,
   TransformationDirection direction,
   SpatialReference spatialReference
)

Parameters

extent
Map extent
viewWidth
Map view width
viewHeight
Map view height
mapRotationInDegrees
Map rotation in degrees
direction
The direction of the transformation
spatialReference
The spatial reference to assign geometries that are created as a result of transformation

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.