예제 #1
0
 internal MapShapefileInstance(MapShapefile defObject)
     : base(defObject)
 {
     m_defObject = defObject;
 }
 internal ShapefileMapper(VectorLayerMapper vectorLayerMapper, Dictionary <SpatialElementKey, SpatialElementInfoGroup> spatialElementsDictionary, MapControl coreMap, MapMapper mapMapper)
     : base(vectorLayerMapper, spatialElementsDictionary, coreMap, mapMapper)
 {
     m_shapefile = (MapShapefile)m_mapVectorLayer.MapSpatialData;
 }