public interface Service
Modifier and Type | Method and Description |
---|---|
void |
generateConfigFile(java.io.OutputStream sink)
Generates a configuration file that can be used with TAK's imagery,
feature or terrain infrastructures (as applicable) to import the content
into the TAK application.
|
java.lang.String |
getDescription()
Returns a description of the service (may be null).
|
java.lang.String |
getName()
Returns the name of the service.
|
ServiceType |
getType()
Returns the type of the service.
|
ServiceType getType()
java.lang.String getName()
java.lang.String getDescription()
void generateConfigFile(java.io.OutputStream sink) throws java.io.IOException
sink
- The stream where the config file content will be stored.java.io.IOException
- If an IO error occurs.