User Tools

Site Tools


map_suite_release_change_log_version_10.1.0.0

Map Suite Release Change Log Version 10.1.0

ThinkGeo.MapSuite, Version=10.1.0.0, Culture=neutral, PublicKeyToken=null

 

namespace ThinkGeo.MapSuite {

    public static class ExtendedHelper {

        public static Collection<Feature> BuildFourColorColumn(String columnName, Collection<Feature> features);

    }

} //end of namespace ThinkGeo.MapSuite

 

namespace ThinkGeo.MapSuite.Layers {

    [SerializableAttribute]

    public class GridFeatureSource : FeatureSource {

        protected override Collection<Feature> GetFeaturesForDrawingCore(RectangleShape boundingBox, Double screenWidth, Double screenHeight, IEnumerable<String> returningColumnNames);

    }

 

    public enum WmtsAxisOrder {

        XY,

        YX

    }

 

    [SerializableAttribute]

    public class WmtsLayer : Layer {

        public WmtsAxisOrder AxisOrder { get; set; }

 

        [ObsoleteAttribute("This method is obsoleted. This API is only used internally and will be replaced by new API in the near future.  Please do not call this API.")]

        [ObsoleteAttribute("This method is obsoleted. This API is only used internally and will be replaced by a new API in the near future.  Please do not call this API.")]

        protected override ThreadSafetyLevel GetThreadSafetyLevelCore();

    }

} //end of namespace ThinkGeo.MapSuite.Layers

 

 

map_suite_release_change_log_version_10.1.0.0.txt · Last modified: 2017/06/23 03:43 by tgwikiupdate