AGSDensifyParameters Class Reference


Description

Instances of this class represent parameters for AGSGeometryServiceTask's densifyGeometries:withParams: operation.

Defined in:
AGSGeometryParameters.h ( ArcGIS library)
Since:
1.0
See also:
AGSGeometryServiceTask
Inheritance diagram for AGSDensifyParameters:
<AGSCoding>

List of all members.

Public Member Functions

(void) - decodeWithJSON:
(NSDictionary *) - encodeToJSON
(id) - initWithJSON:

Static Public Member Functions

(id) + densifyParameters

Properties

BOOL geodesic
NSArray * geometries
AGSSRUnit lengthUnit
NSUInteger maxSegmentLength

Member Function Documentation

- (void) decodeWithJSON: (NSDictionary *)  json   [optional, inherited]

Decode object from JSON representation.

Parameters:
json The JSON representation of the object to be decoded.
Since:
1.0
+ (id) densifyParameters  

Returns an autoreleased instance of the densify parameters object.

Since:
1.0
- (NSDictionary *) encodeToJSON   [optional, inherited]

Encode and return JSON representation for object.

Returns:
JSON representation of object.
Since:
1.0
- (id) initWithJSON: (NSDictionary *)  json   [optional, inherited]

Initialize and return object from JSON representation.

Parameters:
json The JSON representation of the object to be created.
Returns:
Object decoded from JSON representation.
Since:
1.0

Property Documentation

- (BOOL) geodesic [read, write, assign]

A flag that can be set to true if GCS spatial references are used or densify geodesic is to be performed.

Since:
1.0
- (NSArray*) geometries [read, write, retain]

The array of geometries to be densified.

Since:
1.0
- (AGSSRUnit) lengthUnit [read, write, assign]

(Optional) The length unit of maxSegmentLength, can be any AGSSRUnit constant.

Since:
1.0
- (NSUInteger) maxSegmentLength [read, write, assign]

All segments longer than maxSegmentLength are replaced with sequences of lines no longer than maxSegmentLength.

Since:
1.0