Class GeoPackageFormat
java.lang.Object
nz.org.riskscape.engine.output.BaseFormat<Object>
nz.org.riskscape.engine.defaults.data.jdbc.GeoPackageFormat
- All Implemented Interfaces:
nz.org.riskscape.engine.Identified,nz.org.riskscape.engine.output.Format
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.engine.output.Format
nz.org.riskscape.engine.output.Format.Characteristics, nz.org.riskscape.engine.output.Format.WriterOptions -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.output.RiskscapeWriter>newWriter(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.resource.CreateHandle handle, Object bound) Methods inherited from class nz.org.riskscape.engine.output.BaseFormat
bindWriterOptions, canEqual, containsGeometry, equals, getCharacteristics, getExtension, getId, getMediaType, getParameterClass, getWriterConstructor, getWriterParameters, hashCode, toString, validateWriterOptionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
-
Field Details
-
ID
- See Also:
-
EXTENSION
- See Also:
-
MEDIA_TYPE
- See Also:
-
-
Constructor Details
-
GeoPackageFormat
public GeoPackageFormat()
-
-
Method Details
-
newWriter
protected nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.output.RiskscapeWriter> newWriter(nz.org.riskscape.engine.pipeline.ExecutionContext context, nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.resource.CreateHandle handle, Object bound) - Specified by:
newWriterin classnz.org.riskscape.engine.output.BaseFormat<Object>
-