AGSExportImageParams Class Reference


Description

A class that encapsulates the parameters passed to an export image method.

Defined in:
AGSDynamicLayer.h ( ArcGIS library)
Since:
1.0

List of all members.

Public Member Functions

(id) - initWithEnvelope:timeExtent:size:frame:

Properties

AGSEnvelopeenvelope
CGRect frame
CGSize size
AGSTimeExtenttimeExtent

Member Function Documentation

- (id) initWithEnvelope: (AGSEnvelope *)  envelope
timeExtent: (AGSTimeExtent *)  timeExtent
size: (CGSize)  size
frame: (CGRect)  frame 

Initializes an instance of AGSExportImageParams.

Parameters:
envelope The envelope to draw.
timeExtent The time extent to draw.
size The size of the output image.
frame The frame used to place the image once it has been returned.
Returns:
A new AGSExportImageParams object.
Since:
1.0

Property Documentation

- (AGSEnvelope*) envelope [read, write, retain]

The envelope to draw.

Since:
1.0
- (CGRect) frame [read, write, assign]

The frame used to place the image once it has been returned.

Since:
1.0
- (CGSize) size [read, write, assign]

The size of the output image.

Since:
1.0
- (AGSTimeExtent*) timeExtent [read, write, retain]

The time extent to draw. Can be nil. Should be ignored by layers that are not time aware.

Since:
1.0