Page Summary
-
FeatureLayerOptions.Builder is a builder class used to configure an instance of FeatureLayerOptions.
-
It has a public constructor and methods to build the FeatureLayerOptions, set the dataset ID, and set the feature type.
-
It inherits standard methods from the java.lang.Object class.
public static final class FeatureLayerOptions.Builder extends Object
A builder that helps configure an instance of FeatureLayerOptions.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| FeatureLayerOptions |
build()
|
| FeatureLayerOptions.Builder | |
| FeatureLayerOptions.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public FeatureLayerOptions build ()
public FeatureLayerOptions.Builder datasetId (String datasetId)
Sets the datasetId.
public FeatureLayerOptions.Builder featureType (String featureType)
Sets the FeatureType.