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.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 |
java.util.Optional<java.lang.Boolean> |
filesSortIncreasing |
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() |
java.lang.String |
getCollectionName() |
CollectionSpecParser |
getCollectionSpecParser(java.util.Formatter errlog) |
CollectionSpecParserAbstract |
getCollectionSpecParserAbstract(java.util.Formatter errlog) |
DateExtractor |
getDateExtractor() |
boolean |
getSortFilesAscending() |
boolean |
isTrigggerOk() |
void |
setFilesSort(org.jdom2.Element filesSortElem) |
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 java.util.Optional<java.lang.Boolean> filesSortIncreasing
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 void setFilter(java.lang.String rootDir, java.lang.String regExp)
public void setFilesSort(org.jdom2.Element filesSortElem)
public boolean getSortFilesAscending()
public CollectionSpecParserAbstract getCollectionSpecParserAbstract(java.util.Formatter errlog)
public CollectionSpecParser getCollectionSpecParser(java.util.Formatter errlog)
public java.lang.String getCollectionName()
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()
public static void setRegularizeDefault(boolean t)