Ejemplo n.º 1
0
 public static extern System.Int32 SE_layerinfo_get_envelope(SE_LAYERINFO layerInfo, ref SE_ENVELOPE envelope);
Ejemplo n.º 2
0
 public static extern System.Int32 SE_layerinfo_get_coordref(SE_LAYERINFO layer, SE_COORDREF coordref);
Ejemplo n.º 3
0
 public static extern System.Int32 SE_layerinfo_get_spatial_column(SE_LAYERINFO layerInfo, [MarshalAs(UnmanagedType.LPArray)] byte[] table, [MarshalAs(UnmanagedType.LPArray)] byte[] column);
Ejemplo n.º 4
0
 public static extern System.Int32 SE_layer_get_info(SE_CONNECTION connection, string table, string column, SE_LAYERINFO layer);
Ejemplo n.º 5
0
 public static extern System.Int32 SE_layerinfo_get_shape_types(SE_LAYERINFO layerInfo, ref System.Int32 shape_types);
Ejemplo n.º 6
0
 public static extern System.Int32 SE_layerinfo_create(SE_COORDREF coordref, ref SE_LAYERINFO layer);
Ejemplo n.º 7
0
 public static extern void SE_layerinfo_free(SE_LAYERINFO layer);