Package org.n52.io.type.profile
Class ProfileIoFactory
- java.lang.Object
-
- org.n52.io.handler.IoHandlerFactory<ProfileDatasetOutput,ProfileValue<?>>
-
- org.n52.io.type.profile.ProfileIoFactory
-
public class ProfileIoFactory extends IoHandlerFactory<ProfileDatasetOutput,ProfileValue<?>>
-
-
Constructor Summary
Constructors Constructor Description ProfileIoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoHandler<Data<ProfileValue<?>>>createHandler(String outputMimeType, IoParameters parameters)Set<String>getSupportedMimeTypes()-
Methods inherited from class org.n52.io.handler.IoHandlerFactory
createContext, createProcessChain, getDataService, getMetadatas, isCsvOutput, setDataService, setDatasetService
-
-
-
-
Method Detail
-
getSupportedMimeTypes
public Set<String> getSupportedMimeTypes()
- Overrides:
getSupportedMimeTypesin classIoHandlerFactory<ProfileDatasetOutput,ProfileValue<?>>
-
createHandler
public IoHandler<Data<ProfileValue<?>>> createHandler(String outputMimeType, IoParameters parameters)
- Overrides:
createHandlerin classIoHandlerFactory<ProfileDatasetOutput,ProfileValue<?>>
-
-