Constructors
constructor
- new IgxShapefileRecord(): IgxShapefileRecord
-
Properties
Static ngAcceptInputType_bounds
ng
Accept
Input
Type_
bounds
: string | IgRect
Accessors
bounds
- get bounds(): IgRect
-
- set bounds(v: IgRect): void
-
Parameters
Returns void
fieldValues
- get fieldValues(): any
-
Returns any
- set fieldValues(v: any): void
-
Parameters
Returns void
fieldsNames
- get fieldsNames(): string[]
-
Returns string[]
fieldsTypes
- get fieldsTypes(): string[]
-
Returns string[]
i
- get i(): ShapefileRecord
-
Returns ShapefileRecord
points
- get points(): Point[][]
-
Returns Point[][]
shapeType
- get shapeType(): ShapeType
-
Methods
findByName
- findByName(name: string): any
-
Parameters
Returns any
getFieldValue
- getFieldValue(fieldName: string): any
-
Parameters
Returns any
setFieldValue
- setFieldValue(fieldName: string, value: any): void
-
Parameters
-
fieldName: string
-
value: any
Returns void
Represents a record of data from a Shapefile (.shp and .dbf).