- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<Mgrs.Processor,Mgrs.Settings>
-
- io.annot8.components.geo.processors.Mgrs
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<Mgrs.Processor,Mgrs.Settings>,io.annot8.api.components.ProcessorDescriptor<Mgrs.Processor,Mgrs.Settings>
@ComponentName("MGRS") @ComponentDescription("Extract MGRS coordinates, optionally ignoring MGRS coordinates that could be dates") @SettingsClass(Settings.class) public class Mgrs extends io.annot8.common.components.AbstractProcessorDescriptor<Mgrs.Processor,Mgrs.Settings>Extract MGRS coordinates, optionally ignoring MGRS coordinates that could be dates
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMgrs.Processorstatic classMgrs.Settings
-
Constructor Summary
Constructors Constructor Description Mgrs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()Mgrs.ProcessorcreateComponent(io.annot8.api.context.Context context, Mgrs.Settings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
createComponent
public Mgrs.Processor createComponent(io.annot8.api.context.Context context, Mgrs.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<Mgrs.Processor,Mgrs.Settings>
-
-