Esempio n. 1
0
 public static extern System.Int64 SE_layerinfo_create(SE_COORDREF_64 coordref, ref SE_LAYERINFO_64 layer);
Esempio n. 2
0
 public static extern System.Int64 SE_coordref_get_xy_envelope(SE_COORDREF_64 coordref, ref SE_ENVELOPE extent);
Esempio n. 3
0
 public static extern void SE_coordref_free(SE_COORDREF_64 coordref);
Esempio n. 4
0
 public static extern System.Int64 SE_coordref_create(ref SE_COORDREF_64 coordref);
Esempio n. 5
0
 public static extern System.Int64 SE_shape_create(SE_COORDREF_64 coordref, ref SE_SHAPE_64 shape);
Esempio n. 6
0
 public static extern System.Int64 SE_layerinfo_get_coordref(SE_LAYERINFO_64 layer, SE_COORDREF_64 coordref);