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, setLength, setRecordInfoProviderClass, store
public void addInputDataSet(AbstractInputDataSet dataSet)
dataSet
- an instance of a subclass of AbstractInputDataSet
public void addInputDataSets(java.util.List<AbstractInputDataSet> dataSets)
dataSets
- a list of AbstractInputDataSet
public void clearInputDataSets()
public boolean containsInputDataSet(AbstractInputDataSet dataSet)
dataSet
- an instance of a subclass of AbstractInputDataSet
public java.util.List<AbstractInputDataSet> getInputDataSets()
public boolean removeInputDataSet(AbstractInputDataSet dataSet)
dataSet
- an instance of a subclass of AbstractInputDataSet
public void setSpatialConfig(SpatialConfig spatialConfig)
AbstractInputDataSet
setSpatialConfig
in interface AbstractInputDataSet
setSpatialConfig
in class SimpleInputDataSet
spatialConfig
- a SpatialConfig
instance.Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.