Add-ins compiled with ArcGIS Explorer 1700 or 1500 will not be compatible with earlier versions of ArcGIS Explorer, due to the introduction of new API's at the 1500 release. Add-ins compiled against previous versions of ArcGIS Explorer will continue to run in ArcGIS Explorer 1700 and 1500 as API compatibility is maintained; however it is recommended that any add-ins are tested with all new releases as minor changes in underlying application behavior or functionality may cause problems in an add-in.
ArcGIS Explorer 1700 API |
No API changes for this release.
|
ArcGIS Explorer 1500 API Changes |
public attribute ESRI.ArcGISExplorer InternalUseOnlyAttribute |
public attribute ESRI.ArcGISExplorer.InternalUseOnlyAttribute
|
|
public abstract sealed class ESRI.ArcGISExplorer.Application.Application
|
The Application class has gained a number of new methods for the saving and creating new map documents. A new overload of LoadDocument allows the suppression of dialog boxes if the document contains unsaved changes; a new IsDocumentDirty property complements this change.
A new ColorScheme property and ColorSchemeChanged event allow programmatic access to the color scheme of the application, previously set in the user interface only.
New ApplicationConfigurationPath and IsUsingApplicationConfiguration properties allow programmatic access to the use and path of any application configuration currently in use, previously only available in the user interface.
A new Version property can be used to return the ArcGIS Explorer release version number of the current installation.
|
public abstract class ESRI.ArcGISExplorer.Application.Button |
A new Checked property reflects new application functionality where Buttons on the Ribbon can be displayed as checked or unchecked.
|
public abstract class ESRI.ArcGISExplorer.Application CheckBox |
public abstract class ESRI.ArcGISExplorer.Application.CheckBox
|
The new CheckBox abstract class provides a new extension point for ArcGIS Explorer, allowing the creation of custom checkboxes for the Ribbon.
|
public sealed enum ESRI.ArcGISExplorer.Application. ColorScheme |
public sealed enum ESRI.ArcGISExplorer.Application.ColorScheme
Blue = 0, Aqua = 1, Black = 2, Silver = 3 This new enumeration is used by the new Application.ColorScheme property.
|
public abstract class ESRI.ArcGISExplorer.Application ComboBox |
public abstract class ESRI.ArcGISExplorer.Application.ComboBox |
The new ComboBox abstract class provides a new extension point for ArcGIS Explorer, allowing the creation of custom combo boxes for the Ribbon.
|
public abstract class ESRI.ArcGISExplorer.Application ComboItem |
public class ESRI.ArcGISExplorer.Application.ComboItem |
Use the new ComboItem class to populate the new ComboBox class.
|
public sealed class ESRI.ArcGISExplorer.Application ComboItemCollection |
public sealed class ESRI.ArcGISExplorer.Application.ComboItemCollection |
A ComboItemCollection is returned from the Items property of the new ComboBox class.
|
public sealed class ESRI.ArcGISExplorer.Application.ProgressHelper |
These new properties can be used to cancel a running ProgressHelper.
|
public sealed class ESRI.ArcGISExplorer.Application.SelectedItemsCollection |
The new GetMapItems method returns a collection of the child MapItems of the specified Type.
|
public sealed enum ESRI.ArcGISExplorer.Data.DataSourceType |
public sealed enum ESRI.ArcGISExplorer.Data.DataSourceType
InMemory = 3, This enumeration gains a new member, used to indicate a layer resulting from a query operation.
|
public sealed class ESRI.ArcGISExplorer.Data.ServiceConnectionProperties |
This new constructor allows creation of a ServiceConnectionProperties object by specifying the ServiceType; it is intended for use in conjunction with the new OpenStreetMap ServiceType, which does not require any other properties to be set in order to connect.
|
public sealed enum ESRI.ArcGISExplorer.Data. ServiceType |
public sealed enum ESRI.ArcGISExplorer.Data.ServiceType
OpenStreetMap = 6, ImageServer = 7 This enumeration gains two new members, used to connect to OpenStreetMap and ImageServer services.
|
public sealed class ESRI.ArcGISExplorer.Data.Table |
The ToString is now overridden, returning the Name of the Table.
|
public sealed class ESRI.ArcGISExplorer.Geometry.CoordinateSystem |
The new Clone method creates a new object with values equal to the existing object.
The GeographicCoordinateSystems and ProjectedCoordinateSystems nested types and their subtypes have many new properties returning new coordinate systems to synchronize with the systems available in ArcGIS 10.0. In addition, many old coordinate systems have been marked as Obsolete which have changed containing class, changed names or codes, or are not used by ArcGIS 10.0; if there is an equivalent replacement, this is noted in the obsoletion message and also in the component help for that type.
|
public sealed class ESRI.ArcGISExplorer.Geometry.Envelope |
The new GetPolygon method returns a new Polygon which is the boundary of the Envelope.
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Geometry.GeographicTransformation |
The new Clone method creates a new object with values equal to the existing object.
The new Id property returns the Well Known Identifier (WKID) of the transformation.
|
public class ESRI.ArcGISExplorer.Geometry.GeographicTransformationCollection |
The new Clear method removes all of the transformations currently in the collection.
|
public class ESRI.ArcGISExplorer.Geometry.Geometry |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public abstract sealed class ESRI.ArcGISExplorer.Geometry.GeometryOperations |
The new Contains method indicates if a geometry is spatially contained by a second geometry.
|
public sealed class ESRI.ArcGISExplorer.Geometry.Multipatch |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Geometry.Multipoint |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Geometry.Point |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Geometry.Polygon |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Geometry.Polyline |
The new ZSpecified property indicates if all of the Z values of the geometry are valid numbers (not equal to NaN).
|
public sealed class ESRI.ArcGISExplorer.Mapping.Basemap |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The nested classes ArcGISOnline and BingMaps have been marked as obsolete; the new Application.GetBasemaps method should be used instead to return a current up to date list of basemaps which are available to the application.
|
public sealed enum ESRI.ArcGISExplorer.Mapping. DisplayEffect |
public sealed enum ESRI.ArcGISExplorer.Mapping.DisplayEffect
None = 0, Flash = 1 The new DisplayEffect enumeration can be used to specify the visual effect to be shown when interacting with the MapDisplay while using the new overload of the TrackPoint method.
|
public sealed class ESRI.ArcGISExplorer.Mapping.FeatureLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new QueryDefinition property can be used to control the visible features in the layer by setting a SQL based query which acts as a filter on the layer.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Folder |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property.
The new GetMapItems method returns a collection of the child MapItems of the specified Type.
|
public sealed class ESRI.ArcGISExplorer.Mapping.GeoRssLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Graphic |
The new parameterless constructor allows the creation of Graphics that have no Geometry, which is now supported for Notes.
The new LabelVisibility property allows control over whether labels for Graphics are visible always, on mouse over, or not at all.
The new ShapeType property allows the distinction of the Graphic of Notes created by the Circle and Arrow tools, from those created with the Area tool; all use Polygon geometries.
|
public sealed class ESRI.ArcGISExplorer.Mapping.GraphicMouseEventArgs |
The new overloads on this class provide access to the MapDisplay.GraphicClicked event results when more than one Graphic is clicked.
|
public sealed class ESRI.ArcGISExplorer.Mapping.ImageOverlay |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed class ESRI.ArcGISExplorer.Mapping.ImageOverlayOrderCollection |
These new members assist with reordering and removing items from the ImageOverlayOrderCollection.
|
public sealed class ESRI.ArcGISExplorer.Mapping.KmlLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
|
public sealed class ESRI.ArcGISExplorer.Mapping.KmlNode |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
|
public sealed enum ESRI.ArcGISExplorer.Mapping. LabelVisibility |
public sealed enum ESRI.ArcGISExplorer.Mapping.LabelVisibility
Hidden = 0, WhenMouseOver = 1, Visible = 2 This new enumeration is used by the new Graphic.LabelVisibility property.
|
public class ESRI.ArcGISExplorer.Mapping.Layer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Link |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Map |
The new Clone method creates a new object with values equal to the existing object.
The new CreateFromXmlString and ToXmlString methods allow serialization and deserialization of a Map ( any layers in the map will not be connected to their data once deserialized).
|
public sealed class ESRI.ArcGISExplorer.Mapping.MapDisplay |
The new DisplayModeChanging and DisplayModeChanged events allow you to run code before or after the mode changes from 2D to 3D or vice versa.
The new ViewpointChanged event allows you to run code after the map viewpoint has changed, once navigation has completed.
The new TrackArrow, TrackCircle, and TrackEnvelope overloaded methods correspond to the new tools in the application for creating Arrow, Circle and Envelope Notes. The new TrackPoint overloads allow the user to click on the view and return a point with or without the ray highlighting effect. The new TrackMove overloads allow the moving of existing geometries.
The new GetSurfaceElevationGeometry method allows you to populate the vertices of an existing Geometry with Z values of the highest resolution available in the map display.
The new Center property is a convenience method which returns the center point of the map display and works in both 2D and 3D.
The new ForegroundOverlays property contains a collection of ImageOverlays which display on top of all other map content and do not display in the Contents window, so cannot be hidden by the user. They are not saved in the map document.
|
public abstract class ESRI.ArcGISExplorer.Mapping.MapItem |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed enum ESRI.ArcGISExplorer.Mapping. MapItemChangeStatus |
public sealed enum ESRI.ArcGISExplorer.Mapping.MapItemChangeStatus
Icon = 29, LabelVisibility = 30, QueryDefinition = 31 These new enumeration members are used in the MapItemChanged event, to indicate that the new properties Icon, LabelVisibility or QueryDefinition have changed on a MapItem in the Map.
|
public sealed class ESRI.ArcGISExplorer.Mapping.MapItemMouseEventArgs |
The new overloads on this class provide access to the MapDisplay.MapItemClicked event results when more than one MapItem is clicked.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Note |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Note constructor allows the creation of Notes with no geometry, which is now supported.
The new UsePopup property controls whether or not a Note will Activate its Popup when the item is clicked in the Map, or the user selects Show Popup from the context menu.
|
public sealed class ESRI.ArcGISExplorer.Mapping.PackageChildLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
|
public sealed class ESRI.ArcGISExplorer.Mapping.PackageLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Popup |
These new overloads of the Popup constructor replace the obsolete overloads which contain an icon parameter, as the Icon property of a Popup is marked as obsolete.
|
public sealed class ESRI.ArcGISExplorer.Mapping.RasterLayer |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|
public sealed class ESRI.ArcGISExplorer.Mapping.ServiceChildLayer |
The new CanQuery property indicates whether this ServiceChildLayer supports queries. This property will always be false if the CanQuery property of the parent ServiceLayer is false.
The new Clone method creates a new object with values equal to the existing object.
The new Columns property provides access to the ColumnCollection of the Table underlying this ServiceChildLayer which can be used to ascertain properties of the Columns which are relevant when constructing query strings to be used with the Query method such as the ColumnType.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new QueryFeatureLimit property indicates the maximum number of features a ServiceChildLayer will return in response to a query via the new Query method.
The new Query method creates a new FeatureLayer containing features from the ServiceChildLayer which match the criteria in the SQL WHERE clause.
The new QueryFeatureCount returns an integer value indicating the number of features in the ServiceChildLayer matching the criteria specified in the supplied SQL WHERE clause. If this value exceeds the QueryFeatureLimit property the WHERE clause should be modified.
|
public sealed class ESRI.ArcGISExplorer.Mapping.ServiceLayer |
The new CanQuery property indicates whether this ServiceLayer supports queries. If this value is false, no ServiceChildLayers in this ServiceLayer will support queries.
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
The new Contains method indicates if a specified MapItem is a child of the current MapItem, and the FindByName and FindById methods return a child MapItem with the specified Name or Id property. The new GetMapItems method returns a collection of the child MapItems of the specified Type.
The new Descendants and DescendantsBottomUp generic methods can be used to return all descendants of a specific Type, not just direct children.
The new OpenImageServer overloads allow a service layer to be created and connected to an ArcGIS Server image service.
The new OpenOpenStreetMap method allows a service layer to be created and connected to the OpenStreetMap service, without specifying any other information.
|
public sealed enum ESRI.ArcGISExplorer.Mapping. ShapeType |
public sealed enum ESRI.ArcGISExplorer.Mapping.ShapeType Unknown = 0, Point = 1, Vector = 2, Polyline = 3, Polygon = 4, Envelope = 5, Arrow = 6, Circle = 7 This new enumeration is used by the new Graphic.ShapeType property and by the new Create Rectangle, Circle, and Arrow tools in the application.
|
public sealed class ESRI.ArcGISExplorer.Mapping.Slide |
The new AdvanceInterval property allows the programmatic control of the speed of presentations using the automatic slide advance option.
|
public sealed enum ESRI.ArcGISExplorer.Mapping. TrackStatus |
public sealed enum ESRI.ArcGISExplorer.Mapping.TrackStatus
PointRemoved = 4 This new enumeration member is used by the TrackingInfo.Status property, a parameter in the asynchronous tracking members, and indicates when a user presses ESC while tracking to remove the most recently tracked point in a multi-point shape.
|
public sealed class ESRI.ArcGISExplorer.Mapping.View |
The new Icon property can be used to change the Icon associated with a MapItem in the Contents window.
The new Clone method creates a new object with values equal to the existing object.
|