DK11 for ActiveX | TatukGIS_XDK11.ITGIS_GridToPoint | Interfaces | Methods | Properties
Class that enables grid to vector (point) conversion.
// C# public interface ITGIS_GridToPoint: ITGIS_GridToVectorAbstract { }
' VisualBasic Public Interface ITGIS_GridToPoint Implements ITGIS_GridToVectorAbstract End Class
// Oxygene type ITGIS_GridToPoint = public interface( ITGIS_GridToVectorAbstract ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Generate | public | Creates vector shapes from a grid layer. (Inherited from ITGIS_GridToVectorAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
IgnoreNoData | public | If true (default), cells of NoData is ommitted. (Inherited from ITGIS_GridToVectorAbstract) |
|
PointSpacing | public | Poins spacing in layer's CS units for sampling grid. | |
Tolerance | public | A minimum distinguishing value of the grid cells. (Inherited from ITGIS_GridToVectorAbstract) |
|