2015-01-29
支持两个新的底图类型:Terrain和Dark Gray。Dark Gray在ArcGIS Online上是一个全新的底图。
HeatmapRenderer类不再是Beta版本了,对该类的构造(Constructor)又新增加了两个选项: colorStops 和setColorStops
alculateDensity |
Create a density map from point or line features by spreading known
quantities of some phenomenon (represented as attributes of the points or lines) across the map. |
|
ConnectOriginsToDestinations |
Measure the travel time or distance between pairs of points.
|
CreateViewshed |
Creates areas that are visible based on locations you specify.
|
|
CreateWatersheds |
Creates catchment areas based on locations you specify.
|
|
DeriveNewLocations |
Derive new features from the input layers that meet a query you specify.
|
FindExistingLocations |
Select features in the input layer that meet an attribute and/or spatial query you specify.
|
FindSimilarLocations |
Measure the similarity of candidate locations to one or more reference locations.
|
|
InterpolatePoints |
Predict values at new locations based on measurements from a collection of points.
|
PlanRoutesJavaScript API] |
Determine how to efficiently divide tasks among a mobile workforce.
|
TraceDownstream |
Determine the flow paths in a downstream direction from the locations you specify.
|
对于某些非 Web 墨卡托和非地理空间引用中的功能,LabelLayer 并不显示标签正确。
LabelLayer: 改进的标签的位置。
增加了目的地的添加选项,增加了两个新的方法: activate(), deactivate()
查看示例
当用户显示非空间数据信息时,可以使用新增的DataAdapterFeatureLayer类。
支持一套新的类对象,使您可以将空间启用数据集不包含它自己的空间信息。
LocatorLocationProvider
– Uses a Locator
task to geocode the input features.StandardGeographyQueryLocationProvider
– Uses a StandardGeographyQueryTask
task to assign standard geographies to the input features.QueryTaskLocationProvider
– Uses a QueryTask
to query for geometries in an existing FeatureService or MapService.CoordinatesLocationProvider
– Create geometries using two attributes containing coordinates. (also handles projection)GeometryLocationProvider
– Creates geometries using an attribute containing ArcGIS REST Geometry JSON. (also handles projection)
New task to do standard geography queries: StandardGeographyQueryTask
uses the ArcGIS Standard geography query service to query for standard geographies.
在显示要素表格式方面新增了一个新的widget,用户可以选择同时显示和只显示表格两种方式
The GeometryService has two new methods to make it easy to convert to/from MGRS, USNG, UTM etc .
In the Renderer class, the setProportionalSymbolInfo() method has changed name to setSizeInfo(), while the proportionalSymbolInfo property has changed name to sizeInfo.
esri/basemaps
FeatureTable
(beta)CalculateDensity
ConnectOriginsToDestinations
CreateViewshed
CreateWatersheds
DeriveNewLocations
FindExistingLocations
FindSimilarLocations
InterpolatePoints
PlanRoutes
TraceDownstream
DataAdapterFeatureLayer
(beta)GeographyQuery
(beta)GeographyQueryBase
(beta)StandardGeographyQueryTask
(beta)SubGeographyQuery
(beta)CoordinatesLocationProvider
(beta)GeometryLocationProvider
(beta)LocationProviderBase
(beta)LocationProviderClientBase
(beta)LocationProviderRemoteBase
(beta)LocatorLocationProvider
(beta)QueryTaskLocationProvider
(beta)StandardGeographyQueryLocationProvider
(beta)minorityMajority
, percentPoints
on class AggregatePointsunits
on class CreateBuffersboundingPolygonLayer
, returnProcessInfo
on class FindHotSpotsminorityMajority
, percentPoints
on class SummarizeNearbyminorityMajority
, percentPoints
on class SummarizeWithinadvancedQueryCapabilities
, multipatchOption
on class FeatureLayermaximumTrackPoints
on class StreamLayercolorStops
on class HeatmapRenderermultipatchOption
, quantizationParameters
on class Queryactivate()
, deactivate()
on class DirectionscheckJobStatus()
on class AnalysisBasenormalize()
, shiftCentralMeridian()
on class ExtentgetName()
on class CodedValueDomaingetDomain()
, getField()
, getType()
, hasXYFootprint()
on class FeatureLayergetUniqueValues()
on class StreamLayersetColorStops()
on class HeatmapRendererfromGeoCoordinateString()
, toGeoCoordinateString()
on class GeometryServiceBe certain to check out any updates to the repository on GitHub with TypeScript definitions for the JS API as well as the jshint options file used by the JS API team.
Version 3.12 of the ArcGIS API for JavaScript was upgraded to use Dojo 1.10.2. dgrid was upgraded to version 0.3.16. put-selector version 0.3.5 and xstyle version 0.1.3 are also included.