SpatialGridCoverage.FillRow(Object, Int32, Byte, Byte[]) Method

Definition

Fills the grid cell parameters with tessellation property values from the specified object.

public static void FillRow (object obj, out int id, out byte attribute, out byte[] wkb);
static member FillRow : obj * int * byte * Byte[] -> unit
Public Shared Sub FillRow (obj As Object, ByRef id As Integer, ByRef attribute As Byte, ByRef wkb As Byte())

Parameters

obj
Object

The object used to fill the grid cell parameters.

id
Int32

When this method returns, contains the label identifier of the grid cell.

attribute
Byte

When this method returns, contains the coverage attributes of the grid cell.

wkb
Byte[]

When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid cell.

Applies to