Beispiel #1
0
 public static extern System.Int32 SE_layerinfo_get_coordref(SE_LAYERINFO layer, SE_COORDREF coordref);
Beispiel #2
0
 public static extern System.Int32 SE_layerinfo_create(SE_COORDREF coordref, ref SE_LAYERINFO layer);
Beispiel #3
0
 public static extern System.Int32 SE_coordref_get_xy_envelope(SE_COORDREF coordref, ref SE_ENVELOPE extent);
Beispiel #4
0
 public static extern void SE_coordref_free(SE_COORDREF coordref);
Beispiel #5
0
 public static extern System.Int32 SE_coordref_create(ref SE_COORDREF coordref);
Beispiel #6
0
 public static extern System.Int32 SE_shape_create(SE_COORDREF coordref, ref SE_SHAPE shape);