Beispiel #1
0
 public static extern System.Int64 SE_layerinfo_create(SE_COORDREF_64 coordref, ref SE_LAYERINFO_64 layer);
Beispiel #2
0
 public static extern System.Int64 SE_layerinfo_get_shape_types(SE_LAYERINFO_64 layerInfo, ref System.Int64 shape_types);
Beispiel #3
0
 public static extern void SE_layerinfo_free(SE_LAYERINFO_64 layer);
Beispiel #4
0
 public static extern System.Int64 SE_layerinfo_get_coordref(SE_LAYERINFO_64 layer, SE_COORDREF_64 coordref);
Beispiel #5
0
 public static extern System.Int64 SE_layerinfo_get_envelope(SE_LAYERINFO_64 layerInfo, ref SE_ENVELOPE envelope);
Beispiel #6
0
 public static extern System.Int64 SE_layerinfo_get_spatial_column(SE_LAYERINFO_64 layerInfo, [MarshalAs(UnmanagedType.LPArray)] byte[] table, [MarshalAs(UnmanagedType.LPArray)] byte[] column);
Beispiel #7
0
 public static extern System.Int64 SE_layer_get_info(SE_CONNECTION_64 connection, string table, string column, SE_LAYERINFO_64 layer);