コード例 #1
0
        protected override IFeature AddFeature(MapFeature mapFeature)
        {
            LineString lineString = CreateLineStringFromMapFeature(mapFeature);

            return(ShapeFile.AddFeature(lineString));
        }
コード例 #2
0
        protected override IFeature AddFeature(MapFeature mapFeature)
        {
            Point point = CreatePointFromMapFeature(mapFeature);

            return(ShapeFile.AddFeature(point));
        }