com.esri.core.portal
Class FeatureCollection

java.lang.Object
  extended by com.esri.core.portal.FeatureCollection

public class FeatureCollection
extends Object

The class represents a feature collections. A feature collection is a representation of one or more feature layers, where each layer contains all information it needs to render on the map and does not rely on a backing map or feature service for layer definition and features.

Since:
10.1.1
Version:
10.1.1

Method Summary
 List<WebMapSubLayer> getLayers()
          Returns a list of WebMapSubLayer objects representing each individual feature layer within this feature collection.
 boolean isShowLegend()
          Returns true if the legend needs to be shown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isShowLegend

public boolean isShowLegend()
Returns true if the legend needs to be shown.

Returns:
true if the legend needs to be shown.
Since:
10.1.1

getLayers

public List<WebMapSubLayer> getLayers()
Returns a list of WebMapSubLayer objects representing each individual feature layer within this feature collection.

Returns:
a list of WebMapSubLayer objects.
Since:
10.1.1


Copyright © 2012. All Rights Reserved.