Class PluginResultFormatGeoJson
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.geojson.PluginResultFormatGeoJson
- All Implemented Interfaces:
Plugin,PluginResultFormat,PluginRootDocument,ConfigDefaults
public class PluginResultFormatGeoJson
extends Object
implements PluginResultFormat, PluginRootDocument, ConfigDefaults
- Author:
- scf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "name" of the GeoJSON resultFormatter.static final StringFields inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
FORMAT_NAME_DEFAULT, FORMAT_NAME_EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResultFormatter(String format) Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version>init(CoreSettings settings) booleanvoidmodifyServiceDocument(ServiceRequest request, Map<String, Object> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.settings.ConfigDefaults
configDefaults, configDefaultsInt, configTags, defaultValue, defaultValueBoolean, defaultValueInt, isSensitiveMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
parsedPathAndQuery
-
Field Details
-
TAG_ENABLE_GEOJSON
- See Also:
-
GEOJSON_FORMAT_NAME
The "name" of the GeoJSON resultFormatter.- See Also:
-
-
Constructor Details
-
PluginResultFormatGeoJson
public PluginResultFormatGeoJson()
-
-
Method Details
-
init
-
isEnabled
public boolean isEnabled() -
getVersions
- Specified by:
getVersionsin interfacePluginResultFormat
-
getFormatNames
- Specified by:
getFormatNamesin interfacePluginResultFormat
-
getResultFormatter
- Specified by:
getResultFormatterin interfacePluginResultFormat
-
modifyServiceDocument
- Specified by:
modifyServiceDocumentin interfacePluginRootDocument
-