Represents a record of data from a Shapefile (.shp and .dbf).
Constructors
Section titled "Constructors"IgxShapefileRecord
new IgxShapefileRecord(): IgxShapefileRecord Returns IgxShapefileRecord
Properties
Section titled "Properties"ngAcceptInputType_bounds
Section titled "ngAcceptInputType_bounds"ngAcceptInputType_bounds: string | IgRect bounds
Section titled "bounds"bounds: IgRect fieldValues
Section titled "fieldValues"fieldValues: any Accessors
Section titled "Accessors"fieldsNames
Section titled "fieldsNames"Gets an array of field names and values for this record
get fieldsNames(): string[] Returns string[]
fieldsTypes
Section titled "fieldsTypes"Gets an arry of field types and values for this record
get fieldsTypes(): string[] Returns string[]
get i(): ShapefileRecord Returns ShapefileRecord
points
Section titled "points"shapeType
Section titled "shapeType"Gets the shape type, as read from the header of the Shapefile.
get shapeType(): ShapeType Returns ShapeType
Methods
Section titled "Methods"findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
getFieldValue
Section titled "getFieldValue"getFieldValue(fieldName: string): any Parameters
- fieldName:
string
Returns any
setFieldValue
Section titled "setFieldValue"setFieldValue(fieldName: string, value: any): void Parameters
- fieldName:
string - value:
any