public abstract class VPFFeatureSource extends ContentFeatureSource
entry, hints, lock, query, queryCapabilities, schema, transaction
Constructor and Description |
---|
VPFFeatureSource(ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
ContentDataStore |
getDataStore()
The datastore that this feature source originated from.
|
static VPFFeatureSource |
getFeatureSource(String typeName) |
Name |
getName()
Returns the same name than the feature type (ie,
getSchema().getName() to honor the
simple feature land common practice of calling the same both the Features produces and their
types |
static void |
setFeatureSource(String typeName,
VPFFeatureSource featureSource) |
accepts, addFeatureListener, addHints, buildFeatureType, buildQueryCapabilities, canEvent, canFilter, canLimit, canLock, canOffset, canReproject, canRetype, canSort, canTransact, doLockInternal, doUnlockInternal, getAbsoluteSchema, getBounds, getBounds, getBoundsInternal, getCount, getCountInternal, getEntry, getFeatures, getFeatures, getFeatures, getInfo, getQueryCapabilities, getReader, getReader, getReader, getReaderInternal, getSchema, getState, getSupportedHints, getTransaction, getView, getView, handleVisitor, isView, joinQuery, lockFeatures, lockFeatures, lockFeatures, processLock, removeFeatureListener, resolvePropertyNames, resolvePropertyNames, setFeatureLock, setTransaction, unLockFeatures, unLockFeatures, unLockFeatures
public VPFFeatureSource(ContentEntry entry, Query query)
public Name getName()
ContentFeatureSource
getSchema().getName()
to honor the
simple feature land common practice of calling the same both the Features produces and their
typesgetName
in interface FeatureSource<SimpleFeatureType,SimpleFeature>
getName
in class ContentFeatureSource
FeatureSource
FeatureSource.getName()
public static void setFeatureSource(String typeName, VPFFeatureSource featureSource)
public static VPFFeatureSource getFeatureSource(String typeName)
public ContentDataStore getDataStore()
ContentFeatureSource
Subclasses may wish to extend this method in order to type narrow its return type.
getDataStore
in interface FeatureSource<SimpleFeatureType,SimpleFeature>
getDataStore
in class ContentFeatureSource
FeatureSource
Copyright © 1996–2022 Geotools. All rights reserved.