public interface ExportParametersGeometry extends ExportParameters
Modifier and Type | Field and Description |
---|---|
static int |
CHECKGEOMETRY_CHECK_IF_CORRUPT |
static int |
CHECKGEOMETRY_CHECK_IF_VALID |
static int |
CHECKGEOMETRY_NONE |
static int |
CHECKGEOMETRYACTION_ABORT |
static int |
CHECKGEOMETRYACTION_SET_GEOMETRY_TO_NULL |
static int |
CHECKGEOMETRYACTION_SKIP_FEATURE |
USE_ALL_FEATURES, USE_FILTERED_FEATURES, USE_SELECTED_FEATURES
clone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getServiceName, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, needsSelectTargetProjection, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, setSourceFeatureType
getLabel, getValue, label, toString
loadFromState, saveToState
static final int CHECKGEOMETRY_NONE
static final int CHECKGEOMETRY_CHECK_IF_CORRUPT
static final int CHECKGEOMETRY_CHECK_IF_VALID
static final int CHECKGEOMETRYACTION_SET_GEOMETRY_TO_NULL
static final int CHECKGEOMETRYACTION_SKIP_FEATURE
static final int CHECKGEOMETRYACTION_ABORT
void setContextProjection(IProjection projection)
IProjection getContextProjection()
void setSourceProjection(IProjection projection)
IProjection getSourceProjection()
void setSourceTransformation(ICoordTrans transformation)
ICoordTrans getSourceTransformation()
void setTargetProjection(IProjection targetProjection)
IProjection getTargetProjection()
void setTargetTransformation(ICoordTrans transformation)
ICoordTrans getTargetTransformation()
ICoordTrans getTransformationToUse()
int getGeometryChecks()
int getGeometryChecksAction()
boolean getTryToFixGeometry()
void setGeometryChecks(int geometryChecks)
void setGeometryChecksAction(int geometryChecksAction)
void setTryToFixGeometry(boolean tryToFixGeometry)
java.lang.String getSourceGeometryFieldName()
void setSourceGeometryFieldName(java.lang.String geometryFieldName)
GeometryType getTargetGeometryType()
int getTargetGeometryTypeAsInt()
int getTargetGeometrySubtype()
void setTargetGeometryType(GeometryType type)
void setTargetGeometryType(int type)
void setTargetGeometrySubtype(int subtype)