|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.map.CSVLayer.CSVConfig
public static class CSVLayer.CSVConfig
Configuration for the CSV type feature layer.
Field Summary | |
---|---|
String |
columnDelimiter
Column delimiter. |
String |
latitudeField
CSV field used as latitude. |
String |
longitudeField
CSV field used as longitude. |
String |
url
The URL to the CSV file. |
Constructor Summary | |
---|---|
CSVLayer.CSVConfig()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String url
public String latitudeField
public String longitudeField
public String columnDelimiter
Constructor Detail |
---|
public CSVLayer.CSVConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |