Package org.geotools.data
Class DefaultFileServiceInfo
Object
DefaultServiceInfo
DefaultFileServiceInfo
- All Implemented Interfaces:
Serializable
,FileGroupProvider
,FileServiceInfo
,ServiceInfo
Default implementation of
FileServiceInfo
. It simply returns a DefaultCloseableIterator
built on top
of the underlying file list.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface FileGroupProvider
FileGroupProvider.FileGroup
-
Field Summary
FieldsFields inherited from class DefaultServiceInfo
description, keywords, publisher, schema, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefault implementation will ignore the specified query.Methods inherited from class DefaultServiceInfo
getDescription, getKeywords, getPublisher, getSchema, getSource, getTitle, setDescription, setKeywords, setPublisher, setSchema, setSource, setTitle, toString
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ServiceInfo
getDescription, getKeywords, getPublisher, getSchema, getSource, getTitle
-
Field Details
-
files
-
-
Constructor Details
-
DefaultFileServiceInfo
-
-
Method Details
-
getFiles
Default implementation will ignore the specified query.Subclasses should override this method to implement proper query parsing
- Specified by:
getFiles
in interfaceFileGroupProvider
- Specified by:
getFiles
in interfaceFileServiceInfo
- Returns:
- A
FileGroupProvider
instance providing info content.
-