public class FeatureCollectionConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureCollectionConfig.BestDataset |
static class |
FeatureCollectionConfig.FmrcConfig |
static class |
FeatureCollectionConfig.FmrcDatasetType |
static class |
FeatureCollectionConfig.PointConfig |
static class |
FeatureCollectionConfig.PointDatasetType |
static class |
FeatureCollectionConfig.ProtoChoice |
static class |
FeatureCollectionConfig.ProtoConfig |
static class |
FeatureCollectionConfig.UpdateConfig |
| Modifier and Type | Field and Description |
|---|---|
FeatureCollectionConfig.FmrcConfig |
fmrcConfig |
org.jdom.Element |
innerNcml |
java.lang.String |
name |
java.lang.String |
olderThan |
FeatureCollectionConfig.PointConfig |
pointConfig |
FeatureCollectionConfig.ProtoConfig |
protoConfig |
java.lang.String |
recheckAfter |
java.lang.String |
spec |
FeatureCollectionConfig.UpdateConfig |
updateConfig |
| Constructor and Description |
|---|
FeatureCollectionConfig() |
FeatureCollectionConfig(java.lang.String name,
java.lang.String spec,
java.lang.String olderThan,
java.lang.String recheckAfter,
org.jdom.Element innerNcml) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getRegularizeDefault() |
static void |
setRegularizeDefault(boolean t) |
java.lang.String |
toString() |
public java.lang.String name
public java.lang.String spec
public java.lang.String olderThan
public java.lang.String recheckAfter
public FeatureCollectionConfig.UpdateConfig updateConfig
public FeatureCollectionConfig.ProtoConfig protoConfig
public FeatureCollectionConfig.FmrcConfig fmrcConfig
public FeatureCollectionConfig.PointConfig pointConfig
public org.jdom.Element innerNcml