public class ArcGISFeatureSource
extends org.geotools.data.store.ContentFeatureSource
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GEOMETRY_ATTRIBUTE_NAME
Geometry attribute name for when it isn't in the JSON layer description
field list.
|
| Constructor and Description |
|---|
ArcGISFeatureSource(org.geotools.data.store.ContentEntry ce) |
| Modifier and Type | Method and Description |
|---|---|
protected org.opengis.feature.simple.SimpleFeatureType |
buildFeatureType() |
org.geotools.data.QueryCapabilities |
buildQueryCapabilities() |
protected boolean |
canFilter() |
protected boolean |
canLimit() |
protected boolean |
canOffset() |
protected ArcGISDataStore |
getArcGISDataStore() |
protected org.geotools.geometry.jts.ReferencedEnvelope |
getBoundsInternal(org.geotools.data.Query query) |
protected int |
getCountInternal(org.geotools.data.Query query) |
protected org.geotools.data.FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
getReaderInternal(org.geotools.data.Query query) |
accepts, addFeatureListener, addHints, canEvent, canLock, canReproject, canRetype, canSort, canTransact, doLockInternal, doUnlockInternal, getAbsoluteSchema, getBounds, getBounds, getCount, getDataStore, getEntry, getFeatures, getFeatures, getFeatures, getInfo, getName, getQueryCapabilities, getReader, getReader, getReader, getSchema, getState, getSupportedHints, getTransaction, getView, getView, handleVisitor, isView, joinQuery, lockFeatures, lockFeatures, lockFeatures, processLock, removeFeatureListener, resolvePropertyNames, resolvePropertyNames, setFeatureLock, setTransaction, unLockFeatures, unLockFeatures, unLockFeaturespublic static final String DEFAULT_GEOMETRY_ATTRIBUTE_NAME
public ArcGISFeatureSource(org.geotools.data.store.ContentEntry ce)
public org.geotools.data.QueryCapabilities buildQueryCapabilities()
buildQueryCapabilities in class org.geotools.data.store.ContentFeatureSourceprotected boolean canFilter()
canFilter in class org.geotools.data.store.ContentFeatureSourceprotected boolean canLimit()
canLimit in class org.geotools.data.store.ContentFeatureSourceprotected boolean canOffset()
canOffset in class org.geotools.data.store.ContentFeatureSourceprotected ArcGISDataStore getArcGISDataStore()
protected org.geotools.geometry.jts.ReferencedEnvelope getBoundsInternal(org.geotools.data.Query query)
throws IOException
getBoundsInternal in class org.geotools.data.store.ContentFeatureSourceIOExceptionprotected int getCountInternal(org.geotools.data.Query query)
throws IOException
getCountInternal in class org.geotools.data.store.ContentFeatureSourceIOExceptionprotected org.geotools.data.FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> getReaderInternal(org.geotools.data.Query query)
throws IOException
getReaderInternal in class org.geotools.data.store.ContentFeatureSourceIOExceptionprotected org.opengis.feature.simple.SimpleFeatureType buildFeatureType()
throws IOException
buildFeatureType in class org.geotools.data.store.ContentFeatureSourceIOExceptionCopyright © 2016. All rights reserved.