public class MultiInputDataSet extends SimpleInputDataSet
| Constructor and Description |
|---|
MultiInputDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputDataSet(AbstractInputDataSet dataSet)
Adds an input data set
|
void |
addInputDataSets(java.util.List<AbstractInputDataSet> dataSets)
Adds all the data sets from the list
|
void |
clearInputDataSets()
Removes all the input data set from the current container
|
boolean |
containsInputDataSet(AbstractInputDataSet dataSet)
Returns true if the given input data set is contained
|
java.util.List<AbstractInputDataSet> |
getInputDataSets()
Returns a list of all the contained input data sets
|
boolean |
removeInputDataSet(AbstractInputDataSet dataSet)
Removes the given input data set
|
void |
setSpatialConfig(SpatialConfig spatialConfig)
Sets the spatial configuration of the data set which defines the spatial features of the data set such as SRID, dimensions and boundaries.
|
getInputFormatClass, getLength, getRecordInfoProviderClass, getSpatialConfig, load, setInputFormatClass, setInputFormatClassAsString, setLength, setRecordInfoProviderClass, storepublic void addInputDataSet(AbstractInputDataSet dataSet)
dataSet - an instance of a subclass of AbstractInputDataSetpublic void addInputDataSets(java.util.List<AbstractInputDataSet> dataSets)
dataSets - a list of AbstractInputDataSetpublic void clearInputDataSets()
public boolean containsInputDataSet(AbstractInputDataSet dataSet)
dataSet - an instance of a subclass of AbstractInputDataSetpublic java.util.List<AbstractInputDataSet> getInputDataSets()
public boolean removeInputDataSet(AbstractInputDataSet dataSet)
dataSet - an instance of a subclass of AbstractInputDataSetpublic void setSpatialConfig(SpatialConfig spatialConfig)
AbstractInputDataSetsetSpatialConfig in interface AbstractInputDataSetsetSpatialConfig in class SimpleInputDataSetspatialConfig - a SpatialConfig instance.Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.