Packagecom.esri.baserver
Classpublic class ShapefileInfo
InheritanceShapefileInfo Inheritance Object
Implements IJsonObject

The ShapefileInfo class provides additional parameters on a shapefile for upload.

See also

UploadShapefileTask


Public Properties
 PropertyDefined By
  descriptionFieldName : String
Name of shapefile description field.
ShapefileInfo
  symbolizationFieldName : String
Name of shapefile symbolization field.
ShapefileInfo
Public Methods
 MethodDefined By
  
ShapefileInfo(descriptionFieldName:String = null, symbolizationFieldName:String = null)
Creates a new instance of the ShapefileInfo class.
ShapefileInfo
Property Detail
descriptionFieldNameproperty
descriptionFieldName:String

Name of shapefile description field.


Implementation
    public function get descriptionFieldName():String
    public function set descriptionFieldName(value:String):void
symbolizationFieldNameproperty 
symbolizationFieldName:String

Name of shapefile symbolization field.


Implementation
    public function get symbolizationFieldName():String
    public function set symbolizationFieldName(value:String):void
Constructor Detail
ShapefileInfo()Constructor
public function ShapefileInfo(descriptionFieldName:String = null, symbolizationFieldName:String = null)

Creates a new instance of the ShapefileInfo class.

Parameters
descriptionFieldName:String (default = null) — Name of shapefile description field.
 
symbolizationFieldName:String (default = null) — Name of shapefile symbolization field.