public abstract class DocumentFeatureService<FT extends FeatureServiceFeature,QT> extends AbstractFeatureService<FT,QT>
AbstractFeatureService.FeatureRetrievalWorker, AbstractFeatureService.LayerInitWorker| Modifier and Type | Field and Description |
|---|---|
protected long |
documentSize
Document Size in Kilobytes.
|
protected URI |
documentURI
URI of the feature document.
|
static int |
GML_GEOMETRY_TYPE |
protected int |
maxSupportedFeatureCount
Max number of featurews the underlying factory will parse.
|
bb, DEFAULT_TYPE, enabled, encoding, featureFactory, featureRetrievalWorker, featureServiceAttributes, initialized, initializedFromElement, layerInitWorker, layerPosition, layerProperties, maxFeatureCount, name, NONE, orderedFeatureServiceAttributes, pNode, queryButtons, SQL_QUERY_BUTTONS, translucency, UNKNOWN, visibleDEBUG, errorObject, listeners, progress, PROGRESS_PROPERTY, PROGRESS_REFRESH, propertyChangeSupport, refreshNeededLAYER_DISABLED_INVISIBLE, LAYER_DISABLED_VISIBLE, LAYER_ENABLED_INVISIBLE, LAYER_ENABLED_VISIBLETYPE_ATTRIBUTE| Modifier | Constructor and Description |
|---|---|
protected |
DocumentFeatureService(DocumentFeatureService dfs)
Creates a new DocumentFeatureService object.
|
|
DocumentFeatureService(org.jdom.Element e)
Creates a new DocumentFeatureService object.
|
|
DocumentFeatureService(String name,
URI documentURI,
long documentSize,
List<FeatureServiceAttribute> attributes)
Creates a new DocumentFeatureService object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDocumentSize()
DOCUMENT ME!
|
URI |
getDocumentURI()
DOCUMENT ME!
|
void |
initFromElement(org.jdom.Element element)
DOCUMENT ME!
|
void |
setDocumentURI(URI documentURI)
DOCUMENT ME!
|
org.jdom.Element |
toElement()
DOCUMENT ME!
|
canBeDisabled, cancel, createFeatureFactory, createLayerProperties, decorateLater, decoratePropertyName, decoratePropertyValue, decorateQuery, getBoundingBox, getCalculatedAttributes, getEncoding, getFeatureCount, getFeatureCount, getFeatureFactory, getFeatureLayerType, getFeatureServiceAttributes, getGeometryType, getId, getInitElement, getInitialisationError, getLayerIcon, getLayerPosition, getLayerProperties, getLegend, getLegend, getLegends, getLegendSize, getLegendSize, getLegendSizes, getMaxFeatureCount, getMaxFeaturesPerPage, getName, getOrderedFeatureServiceAttributes, getPNode, getQuery, getQueryButtons, getSLDDefiniton, getTranslucency, init, initAndWait, initConcreteInstance, isEditable, isEnabled, isInitialized, isSelectable, isVisible, isVisibleInBoundingBox, parseSLD, refresh, refreshFeatures, retrieve, retrieveFeatures, retrieveFeatures, setBoundingBox, setEnabled, setEncoding, setFeatureServiceAttributes, setFeatureServiceAttributes, setInitElement, setInitialisationError, setInitialized, setLayerPosition, setLayerProperties, setLayerProperties, setMaxFeatureCount, setName, setOrderedFeatureServiceAttributes, setPNode, setQuery, setSelectable, setSize, setSLDInputStream, setTranslucency, setVisible, toStringaddPropertyChangeListener, addRetrievalListener, clone, cloneWithoutRetrievalListeners, fireRetrievalAborted, fireRetrievalComplete, fireRetrievalError, fireRetrievalProgress, fireRetrievalStarted, getErrorObject, getListeners, getProgress, hasErrors, isRefreshNeeded, removePropertyChangeListener, removeRetrievalListener, setErrorObject, setProgress, setRefreshNeededequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetErrorObject, hasErrors, setErrorObjectaddPropertyChangeListener, addRetrievalListener, getProgress, isRefreshNeeded, removePropertyChangeListener, removeRetrievalListener, setProgress, setRefreshNeededpublic static final int GML_GEOMETRY_TYPE
protected URI documentURI
protected int maxSupportedFeatureCount
protected long documentSize
public DocumentFeatureService(org.jdom.Element e)
throws Exception
e - DOCUMENT ME!Exception - DOCUMENT ME!public DocumentFeatureService(String name, URI documentURI, long documentSize, List<FeatureServiceAttribute> attributes) throws Exception
name - DOCUMENT ME!documentURI - DOCUMENT ME!documentSize - DOCUMENT ME!attributes - DOCUMENT ME!Exception - DOCUMENT ME!protected DocumentFeatureService(DocumentFeatureService dfs)
dfs - DOCUMENT ME!public org.jdom.Element toElement()
toElement in interface ConvertableToXMLtoElement in class AbstractFeatureService<FT extends FeatureServiceFeature,QT>public void initFromElement(org.jdom.Element element)
throws Exception
initFromElement in interface ConvertableToXMLinitFromElement in class AbstractFeatureService<FT extends FeatureServiceFeature,QT>element - DOCUMENT ME!Exception - DOCUMENT ME!public URI getDocumentURI()
public void setDocumentURI(URI documentURI)
documentURI - DOCUMENT ME!public long getDocumentSize()
Copyright © 2012–2026 cismet GmbH. All rights reserved.