|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.portal.FeatureCollection
public class FeatureCollection

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.
| 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 |
|---|
public boolean isShowLegend()
public List<WebMapSubLayer> getLayers()
WebMapSubLayer objects representing each individual feature layer within this feature collection.
WebMapSubLayer objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||