|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.demo.export.ExportParameters
DOCUMENT ME!
Constructor Summary | |
ExportParameters()
|
Method Summary | |
FeatureSource |
createExportSource()
Builds and returns a FeatureSource for the given export options. |
DataStore |
getDestDataStore()
DOCUMENT ME! |
FeatureSource |
getFeatureSource()
DOCUMENT ME! |
java.lang.String |
getNewTypeName()
DOCUMENT ME! |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getOverrideCRS()
DOCUMENT ME! |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getReprojectCRS()
DOCUMENT ME! |
boolean |
hasEnoughInfo()
Evaluates if the fields holded are enough to make the export. |
void |
setDestDataStore(DataStore destDataStore)
DOCUMENT ME! |
void |
setFeatureSource(FeatureSource featureSource)
DOCUMENT ME! |
void |
setNewTypeName(java.lang.String newTypeName)
DOCUMENT ME! |
void |
setOverrideCRS(org.opengis.referencing.crs.CoordinateReferenceSystem overrideCRS)
DOCUMENT ME! |
void |
setReprojectCRS(org.opengis.referencing.crs.CoordinateReferenceSystem reprojectCRS)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExportParameters()
Method Detail |
public boolean hasEnoughInfo()
public FeatureSource createExportSource() throws java.lang.IllegalStateException, SchemaException
If needed, the returned FeatureSource will be a wrapper for exposing the needed schema/query
java.lang.IllegalStateException
- if:SchemaException
- if the new schema can't be created from the
original one
java.lang.IllegalArgumentException
- DOCUMENT ME!public DataStore getDestDataStore()
public void setDestDataStore(DataStore destDataStore)
destDataStore
- The destDataStore to set.public FeatureSource getFeatureSource()
public void setFeatureSource(FeatureSource featureSource)
featureSource
- The featureSource to set.public java.lang.String getNewTypeName()
public void setNewTypeName(java.lang.String newTypeName)
newTypeName
- The newTypeName to set.public org.opengis.referencing.crs.CoordinateReferenceSystem getReprojectCRS()
public void setReprojectCRS(org.opengis.referencing.crs.CoordinateReferenceSystem reprojectCRS)
reprojectCRS
- The outCRS to set.public org.opengis.referencing.crs.CoordinateReferenceSystem getOverrideCRS()
public void setOverrideCRS(org.opengis.referencing.crs.CoordinateReferenceSystem overrideCRS)
overrideCRS
- The outCRS to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |