public class FeatureType
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
JSObject |
domains()
Map of field names to domains.
|
int |
getId()
The feature type identifier.
|
java.lang.String |
getName()
The feature type name.
|
com.google.gwt.core.client.JsArray<FeatureTemplate> |
templates()
Array of feature templates associated with this feature type.
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Converts object to its ArcGIS Server JSON representation.
|
public final JSObject domains()
public final int getId()
public final java.lang.String getName()
public final com.google.gwt.core.client.JsArray<FeatureTemplate> templates()
public final com.google.gwt.core.client.JavaScriptObject toJson()