Exemple #1
0
 public Feature(IGeometry geometry, Object attributes, SpatialReference sr)
 {
     this.geometry = geometry;
     this.attributes = attributes;
     this.spatialReference = sr;
 }