public abstract class JDBCFeatureFactory<FT extends FeatureServiceFeature,QT> extends AbstractFeatureFactory<FT,QT>
FeatureFactory.TooManyFeaturesException| Modifier and Type | Field and Description |
|---|---|
protected Crs |
crs |
protected String |
databasePath |
protected com.vividsolutions.jts.geom.Geometry |
envelope |
protected String |
tableName |
DEBUG, groovyShell, ID, lastCreatedfeatureVector, lastGeom, lastQuery, layerName, layerProperties, logger, maxFeatureCount, styles| Modifier | Constructor and Description |
|---|---|
protected |
JDBCFeatureFactory(JDBCFeatureFactory dff)
Creates a new DegreeFeatureFactory object.
|
|
JDBCFeatureFactory(String databasePath,
String tableName)
Creates a new DegreeFeatureFactory object.
|
| Modifier and Type | Method and Description |
|---|---|
Crs |
getCrs()
DOCUMENT ME!
|
com.vividsolutions.jts.geom.Geometry |
getEnvelope()
DOCUMENT ME!
|
void |
setCrs(Crs crs)
DOCUMENT ME!
|
void |
setEnvelope(com.vividsolutions.jts.geom.Geometry envelope)
DOCUMENT ME!
|
void |
setTableName(String tableName)
DOCUMENT ME!
|
checkCancelled, clone, createFeaturesFromMemory, createNewFeature, evaluateBeanShellExpression, evaluateExpressions, evaluateGroovyExpressions, featuresAlreadyInMemory, getLastCreatedFeatures, getLayerProperties, getMaxFeatureCount, getStyle, getStyle, isGenerateIds, reEvaluteExpressions, setInterruptedAllowed, setInterruptedNotAllowed, setLayerName, setLayerProperties, setMaxFeatureCount, setSLDStyle, sortFeatureList, updateLastCreatedFeatures, waitUntilInterruptedIsAllowedequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAttributes, createFeatures, createFeatures, getFeatureCountprotected Crs crs
protected com.vividsolutions.jts.geom.Geometry envelope
protected String databasePath
protected String tableName
public JDBCFeatureFactory(String databasePath, String tableName)
databasePath - DOCUMENT ME!tableName - DOCUMENT ME!protected JDBCFeatureFactory(JDBCFeatureFactory dff)
dff - DOCUMENT ME!public Crs getCrs()
public void setCrs(Crs crs)
crs - the crs to setpublic com.vividsolutions.jts.geom.Geometry getEnvelope()
public void setEnvelope(com.vividsolutions.jts.geom.Geometry envelope)
envelope - DOCUMENT ME!public void setTableName(String tableName)
tableName - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.