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.GribConfig |
static class |
FeatureCollectionConfig.GribDatasetType |
static class |
FeatureCollectionConfig.GribIntvFilter |
static class |
FeatureCollectionConfig.GribIntvFilterParam |
static class |
FeatureCollectionConfig.PartitionType |
static class |
FeatureCollectionConfig.PointConfig |
static class |
FeatureCollectionConfig.PointDatasetType |
static class |
FeatureCollectionConfig.ProtoChoice |
static class |
FeatureCollectionConfig.ProtoConfig |
static class |
FeatureCollectionConfig.TimeUnitConverterHash |
static class |
FeatureCollectionConfig.UpdateConfig |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUX_CONFIG |
java.lang.String |
collectionName |
java.lang.String |
dateFormatMark |
FeatureCollectionConfig.FmrcConfig |
fmrcConfig |
FeatureCollectionConfig.GribConfig |
gribConfig |
org.jdom2.Element |
innerNcml |
static boolean |
intvMergeDef |
java.lang.String |
name |
java.lang.String |
olderThan |
java.lang.String |
path |
FeatureCollectionConfig.PointConfig |
pointConfig |
FeatureCollectionConfig.ProtoConfig |
protoConfig |
FeatureCollectionConfig.PartitionType |
ptype |
java.lang.String |
spec |
FeatureCollectionConfig.UpdateConfig |
tdmConfig |
CalendarPeriod |
timePeriod |
FeatureCollectionType |
type |
FeatureCollectionConfig.UpdateConfig |
updateConfig |
static boolean |
useCenterDef |
static boolean |
useGenTypeDef |
static boolean |
useTableVersionDef |
Constructor and Description |
---|
FeatureCollectionConfig() |
FeatureCollectionConfig(java.lang.String name,
java.lang.String path,
FeatureCollectionType fcType,
java.lang.String spec,
java.lang.String collectionName,
java.lang.String dateFormatMark,
java.lang.String olderThan,
java.lang.String timePartition,
org.jdom2.Element innerNcml) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
CollectionSpecParser |
getCollectionSpecParser(java.util.Formatter errlog) |
DateExtractor |
getDateExtractor() |
static boolean |
getRegularizeDefault() |
boolean |
isTrigggerOk() |
void |
setFilter(java.lang.String rootDir,
java.lang.String regExp) |
static void |
setRegularizeDefault(boolean t) |
void |
show(java.util.Formatter f) |
java.lang.String |
toString() |
public static final java.lang.String AUX_CONFIG
public java.lang.String name
public java.lang.String path
public java.lang.String spec
public java.lang.String collectionName
public java.lang.String dateFormatMark
public java.lang.String olderThan
public FeatureCollectionType type
public FeatureCollectionConfig.PartitionType ptype
public CalendarPeriod timePeriod
public FeatureCollectionConfig.UpdateConfig tdmConfig
public FeatureCollectionConfig.UpdateConfig updateConfig
public FeatureCollectionConfig.ProtoConfig protoConfig
public FeatureCollectionConfig.FmrcConfig fmrcConfig
public FeatureCollectionConfig.PointConfig pointConfig
public FeatureCollectionConfig.GribConfig gribConfig
public org.jdom2.Element innerNcml
public static boolean useGenTypeDef
public static boolean useTableVersionDef
public static boolean intvMergeDef
public static boolean useCenterDef
public FeatureCollectionConfig()
public FeatureCollectionConfig(java.lang.String name, java.lang.String path, FeatureCollectionType fcType, java.lang.String spec, java.lang.String collectionName, java.lang.String dateFormatMark, java.lang.String olderThan, java.lang.String timePartition, org.jdom2.Element innerNcml)
public static void setRegularizeDefault(boolean t)
public static boolean getRegularizeDefault()
public void setFilter(java.lang.String rootDir, java.lang.String regExp)
public CollectionSpecParser getCollectionSpecParser(java.util.Formatter errlog)
public boolean isTrigggerOk()
public java.lang.String toString()
toString
in class java.lang.Object
public void show(java.util.Formatter f)
public void finish()
public DateExtractor getDateExtractor()