User Tools

Site Tools


map_suite_services_edition_release_change_log_version_5.0.0.55

Map Suite Services Edition Release Change Log Version 5.0.0.55

Release date: 07/07/2011

Assembly Members Added Members Removed Breaking Changes
ServicesEdition 14 added 0 removed 0 breaking

API Changes

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 1

Total number of types added (in both new and existing namespaces): 1

Types removed from existing namespaces: 0


Members

Members added on new types: 3

Members added to existing types: 11

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 2

Attributes added and shown: 2

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\ServicesEdition\5.0.0.0\Services Edition\MapSuiteCore.dll, Assembly Version=5.0.0.0, File Version=5.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\ServicesEdition\5.0.0.55\Services Edition\MapSuiteCore.dll, Assembly Version=5.0.0.0, File Version=5.0.0.55

// Total number of new assemblies: 1


MapSuiteCore, Version=5.0.0.55, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.Core {

[SerializableAttribute]

public class AreaStyle : Style {

public DrawingLevel DrawingLevel { get; set; }

}


[SerializableAttribute]

public class BingMapsLayer : Layer {

public BingMapsLayer(String applicationId, BingMapsMapType mapType, String cacheDirectory, BingMapsLogoMode logoMode);


public BingMapsLogoMode LogoMode { get; set; }

}


public enum BingMapsLogoMode {

Default,

NoLogo,

DisplayLogo

}


public class BuildingIndexShapeFileFeatureSourceEventArgs : EventArgs {

public BuildingIndexShapeFileFeatureSourceEventArgs(Int32 recordCount, Int32 currentRecordIndex, Feature currentFeature, DateTime startProcessTime, Boolean cancel, String shapePathFileName);


public String ShapePathFileName { get; }

}


[SerializableAttribute]

public class GraticuleAdornmentLayer : AdornmentLayer {

public RectangleShape WrappingExtent { get; set; }

public WrappingMode WrappingMode { get; set; }

}


[SerializableAttribute]

public abstract class GridInterpolationModel {

}


[SerializableAttribute]

public class InverseDistanceWeightedGridInterpolationModel : GridInterpolationModel {

}


[SerializableAttribute]

public class LineStyle : Style {

public DrawingLevel CenterPenDrawingLevel { get; set; }

public DrawingLevel InnerPenDrawingLevel { get; set; }

public DrawingLevel OuterPenDrawingLevel { get; set; }

}


[SerializableAttribute]

public class PointStyle : Style {

public DrawingLevel DrawingLevel { get; set; }

}

} // end of namespace ThinkGeo.MapSuite.Core


map_suite_services_edition_release_change_log_version_5.0.0.55.txt · Last modified: 2015/09/10 01:47 by admin