Detailed Description
Auxiliary functions to decode one shape using shapelib
Function Documentation
Decodify a ShapeObject into a TerraLib multigeometry set.
- Parameters:
-
| psShape | pointer to a shapelib shape object |
| geometries | TerraLib multi geometry set to receive the geometries |
| objectId | TerraLib identifier to this object |
Decodify a ShapeObject into a TerraLib point set.
- Parameters:
-
| psShape | pointer to a shapelib shape object |
| ps | TerraLib point set to receive the geometries |
| objectId | TerraLib identifier to this object |
Decodify a ShapeObject into a TerraLib polygon set.
- Parameters:
-
| psShape | pointer to a shapelib shape object |
| ps | TerraLib polygon set to receive the geometries |
| objectId | TerraLib identifier to this object |
Decodify a ShapeObject into a TerraLib line set.
- Parameters:
-
| psShape | pointer to a shapelib shape object |
| ps | TerraLib line set to receive the geometries |
| objectId | TerraLib identifier to this object |