User Tools

Site Tools


map_suite_desktop_for_winforms_release_change_log_version_10.1.0.0

Map Suite Desktop for Winforms Release Change Log Version 10.1.0.0

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

 

namespace ThinkGeo.MapSuite.WinForms {

    [SerializableAttribute]

    public class PrinterInteractiveOverlay : InteractiveOverlay {

        public PrinterInteractiveOverlay();

 

        public AreaStyle EditMask { get; set; }

        public Boolean IsEditable { get; set; }

        public override Boolean IsEmpty { get; }

        public GeoCollection<PrinterLayer> PrinterLayers { get; }

        public PointStyle ControlPointStyle { get; set; }

 

        protected override void DrawCore(GeoCanvas canvas);

        protected override InteractiveResult MouseClickCore(InteractionArguments interactionArguments);

        protected override InteractiveResult MouseDownCore(InteractionArguments interactionArguments);

        protected override InteractiveResult MouseMoveCore(InteractionArguments interactionArguments);

        protected override InteractiveResult MouseUpCore(InteractionArguments interactionArguments);

    }

 

    public class PrinterInteractiveOverLay; //removed

} //end of namespace ThinkGeo.MapSuite.WinForms

 

 

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_desktop_for_winforms_release_change_log_version_10.1.0.0.txt · Last modified: 2017/06/21 09:33 by tgwikiupdate