A B C D E F G H I K L M N O P R S T U V W X

A

addContentProvider(ContentProvider<?>) - Method in class openlr.otk.kml.KmlOutput
Registers a new content provider
addGeneralData(String, String) - Method in class openlr.otk.kml.ContentProvider
Adds a date of general information to the KML folder.
addStyles(Collection<Style>) - Method in class openlr.otk.kml.ContentProvider
Adds the given styles to the KML output.
Argument<T> - Class in openlr.otk.options
This class defines an command line argument that is not specified by a option.
Argument(String, boolean, String) - Constructor for class openlr.otk.options.Argument
Creates a new argument instance
availableFormatString() - Static method in enum openlr.otk.common.Format
Available format string.

B

BearValue - Class in openlr.otk.binview.data
The BearValue represents a bearing value.
BearValue(int) - Constructor for class openlr.otk.binview.data.BearValue
Instantiates a new bear value with value bearValue.
BinaryDataViewer - Class in openlr.otk.binview
The Class BinaryDataViewer is the main class of the OpenLR binary data viewer tool.
BinaryDataViewer() - Constructor for class openlr.otk.binview.BinaryDataViewer
 
bitValue() - Method in class openlr.otk.binview.data.ByteValue
Returns the bit representation of this byte value.
Bytes - Class in openlr.otk.binview.data
Bytes holds the binary representation as an ordered list of bytes.
Bytes(byte[]) - Constructor for class openlr.otk.binview.data.Bytes
Instantiates a new byte list.
ByteValue - Class in openlr.otk.binview.data
The ByteValue represents a single byte of the binary data stream.
ByteValue(byte) - Constructor for class openlr.otk.binview.data.ByteValue
Instantiates a new byte value.

C

clear() - Method in class openlr.otk.kml.StylesCollection
Is not supported by StylesCollection, throws UnsupportedOperationException.
closeQuietly(OutputStream) - Static method in class openlr.otk.utils.IOUtils
Closes an output stream and swallows null or exceptions.
closeQuietly(Writer) - Static method in class openlr.otk.utils.IOUtils
Closes a writer and swallows null or exceptions.
closeQuietly(InputStream) - Static method in class openlr.otk.utils.IOUtils
Closes an input stream and swallows null or exceptions.
closeQuietly(Reader) - Static method in class openlr.otk.utils.IOUtils
Closes a reader and swallows null or exceptions.
CommandLineData - Class in openlr.otk.options
This class processes the command line arguments and initializes the input data.
CommandLineData(String, String) - Constructor for class openlr.otk.options.CommandLineData
Creates an instance of this command line data processor.
CommandLineOption - Class in openlr.otk.options
The Interface Option.
CommandLineOption(String, String, boolean, String, boolean) - Constructor for class openlr.otk.options.CommandLineOption
Instantiates a new loc ref tool option.
CommandLineParseException - Exception in openlr.otk.common
This exception indicates a problem when parsing the command line parameters.
CommandLineParseException(String) - Constructor for exception openlr.otk.common.CommandLineParseException
Constructs a new exception with the specified detail message.
CommandLineParseException(String, Throwable) - Constructor for exception openlr.otk.common.CommandLineParseException
Constructs a new exception with the specified detail message and cause.
ContentProvider<T> - Class in openlr.otk.kml
This class defines the interface of a content provider to the process of a single KML creation.
ContentProvider(T) - Constructor for class openlr.otk.kml.ContentProvider
Creates a new content writer
ContentProviderFactory<T> - Class in openlr.otk.kml
This class defines the interface for factories creating content providers of well known types.
ContentProviderFactory() - Constructor for class openlr.otk.kml.ContentProviderFactory
 
convert(LocationReference, PhysicalEncoder, PhysicalDecoder) - Static method in class openlr.otk.converter.PhysFormatConverter
Convert one location reference data into another.
CoordinateValue - Class in openlr.otk.binview.data
The Class CoordinateValue represents a coordinate pair.
CoordinateValue(int, int) - Constructor for class openlr.otk.binview.data.CoordinateValue
Instantiates a new coordinate value from raw coordinates.
CoordinateValue(double, double, int, int) - Constructor for class openlr.otk.binview.data.CoordinateValue
Instantiates a new coordinate value with raw and previously resolved degree data.
createContent(T) - Method in class openlr.otk.kml.ContentProvider
This method delivers a list of KML features created from the data of the given object to write.
createContentProvider(T) - Method in class openlr.otk.kml.ContentProviderFactory
Creates a specific content provider that processes the given type of object
createLineString(Line, String, String, String, StyleIdentifier) - Static method in class openlr.otk.kml.KmlUtil
Creates a KML line string from a given Line.
createLineString(List<GeoCoordinates>, String, String, String, StyleIdentifier) - Static method in class openlr.otk.kml.KmlUtil
Creates a KML line string from a given sequence of geo coordinates.
createLocationContentProvider(Location) - Static method in class openlr.otk.kml.ContentProviderFactory
Delivers the appropriate content provider for the given location type
createLocationReferenceContentProvider(RawLocationReference) - Static method in class openlr.otk.kml.ContentProviderFactory
Delivers the appropriate content provider for the given location reference type
createPoint(double, double, String, String, String, StyleIdentifier) - Static method in class openlr.otk.kml.KmlUtil
Creates a KML point at a specific location.

D

DataResolver - Class in openlr.otk.utils
The Class DataHandler.
DataResolverException - Exception in openlr.otk.utils
The Class DataHandlerException.
DataResolverException(OpenLRProcessingException.ErrorCode) - Constructor for exception openlr.otk.utils.DataResolverException
Instantiates a new phys format converter exception.
DataResolverException(OpenLRProcessingException.ErrorCode, Throwable) - Constructor for exception openlr.otk.utils.DataResolverException
Instantiates a new phys format converter exception.
DataResolverException(OpenLRProcessingException.ErrorCode, String) - Constructor for exception openlr.otk.utils.DataResolverException
Instantiates a new phys format converter exception.
DataResolverException.DataResolverErrorCode - Enum in openlr.otk.utils
The Enum DataHandlerErrorCode.
Decode - Class in openlr.otk.coding
This class implements the tool that allows to decode location references on a dedicated map.
Decode() - Constructor for class openlr.otk.coding.Decode
 
DecodedLocationStyles - Class in openlr.otk.kml.location
A setup of prepared styles for formatting decode locations.
DecodedLocationStyles() - Constructor for class openlr.otk.kml.location.DecodedLocationStyles
Creates a new instance
DNPValue - Class in openlr.otk.binview.data
The DNPValue represents a distance to next point value.
DNPValue(int) - Constructor for class openlr.otk.binview.data.DNPValue
Instantiates a new dnp value..

E

Encode - Class in openlr.otk.coding
This class implements the tool that allows to encode locations on a dedicated map.
Encode() - Constructor for class openlr.otk.coding.Encode
 
EncodedLocationStyles - Class in openlr.otk.kml.location
A setup of prepared styles for formatting encoded locations.
EncodedLocationStyles() - Constructor for class openlr.otk.kml.location.EncodedLocationStyles
Creates a new instance
execute(String[]) - Method in class openlr.otk.common.OpenLRCommandLineTool
Executes the tool with the given command line arguments.
executeImpl(BinaryViewerOptions) - Method in class openlr.otk.binview.BinaryDataViewer
The main method.
executeImpl(DecodeOptions) - Method in class openlr.otk.coding.Decode
OTK method.
executeImpl(EncodeOptions) - Method in class openlr.otk.coding.Encode
OTK method.
executeImpl(T) - Method in class openlr.otk.common.OpenLRCommandLineTool
Executes the tool.
executeImpl(PhysFormatConvOptions) - Method in class openlr.otk.converter.PhysFormatConverter
The main method.
executeImpl(LoaderInfoOptions) - Method in class openlr.otk.loaderinfo.LoaderInfo
Executes the tool.
executeImpl(LocRefBoundaryOptions) - Method in class openlr.otk.locrefboundary.LocRefBoundaryTool
The main method.
executeImpl(Xml2KmlOptions) - Method in class openlr.otk.xml2kml.Xml2Kml
The main method.
extractMapLoaders(String) - Method in class openlr.otk.utils.MapLoadersFinder
Identifies the specified loader in a JAR library the loaderLibFile points to.
extractMapLoaders(ClassLoader) - Method in class openlr.otk.utils.MapLoadersFinder
Finds loaders in the class-path of the provided or if null in the current class-path

F

FileOption - Class in openlr.otk.options
This option implements the processing of an file option.
FileOption(String, String, String, boolean) - Constructor for class openlr.otk.options.FileOption
Creates file option that fails if the specified target file already exists.
FileOption(String, String, String, boolean, boolean) - Constructor for class openlr.otk.options.FileOption
Creates the file option instance
FirstValue - Class in openlr.otk.binview.data
The FirstValue represents the firat location reference point.
FirstValue(int, FirstLRP) - Constructor for class openlr.otk.binview.data.FirstValue
Instantiates a new first value.
FlagOption - Class in openlr.otk.options
This implementation just represents an option without argument.
FlagOption(String, String, String, boolean) - Constructor for class openlr.otk.options.FlagOption
Instantiates a new flag option.
Format - Enum in openlr.otk.common
Defines supported formats for input and output.
formatAngle(double) - Static method in class openlr.otk.utils.Formatter
Formats angle values.
formatCoord(double) - Static method in class openlr.otk.utils.Formatter
Formats coordinate values.
formatCoord(GeoCoordinates) - Static method in class openlr.otk.utils.Formatter
Formats a complete geo-coordinate in a way to use it for logging or display
formatLength(double) - Static method in class openlr.otk.utils.Formatter
Formats length values.
formatPercentage(double) - Static method in class openlr.otk.utils.Formatter
Format percentage values.
Formatter - Class in openlr.otk.utils
The Class Formatter provides method for formatting length, coordinate and degree values.
FOWValue - Class in openlr.otk.binview.data
The FOWValue represents a form of way.
FOWValue(int) - Constructor for class openlr.otk.binview.data.FOWValue
Instantiates a new form of way value with id fowValue.
FRCValue - Class in openlr.otk.binview.data
The FRCValue represents a functional road class value.
FRCValue(int) - Constructor for class openlr.otk.binview.data.FRCValue
Instantiates a new functional road class value with id frcValue.

G

generateHumanReadable(byte[]) - Static method in class openlr.otk.binview.BinaryDataViewer
Generates a human readable data string from the binary data.
generateHumanReadable(String) - Static method in class openlr.otk.binview.BinaryDataViewer
Generates a human readable data string from the base64 encoded binary data.
generateHumanReadable(String, byte[]) - Static method in class openlr.otk.binview.BinaryDataViewer
Generates a human readable data string from the binary data.
generateHumanReadable(String, String) - Static method in class openlr.otk.binview.BinaryDataViewer
Generates a human readable data string from the base64 encoded binary data.
get32BitRepresentation(int) - Static method in class openlr.otk.binview.data.CoordinateValue
Converts the raw data into a 32 bit representation.
getArguments() - Method in class openlr.otk.options.CommandLineData
Delivers names of additional arguments the tool requires that are not considered by an option.
getBear() - Method in class openlr.otk.binview.data.FirstValue
Gets the bearing.
getBear() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the bearing.
getBear() - Method in class openlr.otk.binview.data.LastClosedLineValue
Gets the bearing.
getBear() - Method in class openlr.otk.binview.data.LastValue
Gets the bearing.
getByte(int) - Method in class openlr.otk.binview.data.Bytes
Gets the byte at index.
getBytes() - Method in class openlr.otk.binview.data.Bytes
Gets the ordered list of bytes.
getData() - Method in class openlr.otk.options.Argument
Delivers the data that is produced according to the given command line value.
getData() - Method in class openlr.otk.options.InputFileOption
Delivers the read data of the input file
getDecoder() - Method in enum openlr.otk.common.Format
Gets the decoder.
getDescription() - Method in class openlr.otk.options.Argument
Delivers the argument description
getDnp() - Method in class openlr.otk.binview.data.FirstValue
Gets the distance to next point.
getDnp() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the distance to next point.
getEncoder() - Method in enum openlr.otk.common.Format
Gets the encoder.
getExplanation() - Method in enum openlr.otk.converter.PhysFormatConverterException.ConverterErrorCode
getExplanation() - Method in enum openlr.otk.utils.DataResolverException.DataResolverErrorCode
getFile() - Method in class openlr.otk.options.FileOption
Delivers the file object.
getFormats() - Static method in enum openlr.otk.common.Format
Gets all types of formats.
getFow() - Method in class openlr.otk.binview.data.FirstValue
Gets the form of way.
getFow() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the form of way.
getFow() - Method in class openlr.otk.binview.data.LastClosedLineValue
Gets the form of way.
getFow() - Method in class openlr.otk.binview.data.LastValue
Gets the form of way.
getFrc() - Method in class openlr.otk.binview.data.FirstValue
Gets the functional road class.
getFrc() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the functional road class.
getFrc() - Method in class openlr.otk.binview.data.LastClosedLineValue
Gets the functional road class.
getFrc() - Method in class openlr.otk.binview.data.LastValue
Gets the functional road class.
getId() - Method in class openlr.otk.binview.data.FirstValue
Gets the id.
getId() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the id.
getId() - Method in class openlr.otk.binview.data.LastClosedLineValue
Gets the id.
getId() - Method in class openlr.otk.binview.data.LastValue
Gets the id.
getID() - Method in interface openlr.otk.kml.StyleIdentifier
Delivers the identifier string of the style
getIdentifier() - Method in enum openlr.otk.common.Format
Gets the identifier.
getInputFile() - Method in class openlr.otk.options.InputFileOrStdInOption
Gets the input file.
getInputFormat() - Method in class openlr.otk.options.InputFormatOption
Delivers the OpenLR data format of the input.
getInputSource() - Method in class openlr.otk.options.InputFileOrDataOption
Delivers an identifier/ name of the input source.
getInputSource() - Method in class openlr.otk.options.InputFileOrDirectoryOption
Gets the input file or directory.
getInputSource() - Method in class openlr.otk.options.InputFileOrStdInOption
Delivers an identifier/ name of the input source.
getInputStream() - Method in class openlr.otk.options.InputFileOrDataOption
Delivers an input stream delivering the input data.
getInputStream() - Method in class openlr.otk.options.InputFileOrStdInOption
Delivers an input stream containing the input data.
getLatitude() - Method in class openlr.otk.binview.data.CoordinateValue
Gets the raw latitude.
getLatitude() - Method in class openlr.otk.binview.data.FirstValue
Gets the raw latitude.
getLatitude() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the raw latitude.
getLatitude() - Method in class openlr.otk.binview.data.LastValue
Gets the raw latitude.
getLatitudeDeg() - Method in class openlr.otk.binview.data.CoordinateValue
Gets the latitude value in degree.
getLatitudeDeg() - Method in class openlr.otk.binview.data.FirstValue
Gets the latitude in degree.
getLatitudeDeg() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the latitude in degree.
getLatitudeDeg() - Method in class openlr.otk.binview.data.LastValue
Gets the latitude in degree.
getLfrcnp() - Method in class openlr.otk.binview.data.FirstValue
Gets the lowest functional road class to next point.
getLfrcnp() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the lowest functional road class to next point.
getLongitude() - Method in class openlr.otk.binview.data.CoordinateValue
Gets the raw longitude.
getLongitude() - Method in class openlr.otk.binview.data.FirstValue
Gets the raw longitude.
getLongitude() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the raw longitude.
getLongitude() - Method in class openlr.otk.binview.data.LastValue
Gets the raw longitude.
getLongitudeDeg() - Method in class openlr.otk.binview.data.CoordinateValue
Gets the longitude value in degree.
getLongitudeDeg() - Method in class openlr.otk.binview.data.FirstValue
Gets the longitude in degree.
getLongitudeDeg() - Method in class openlr.otk.binview.data.IntermediateValue
Gets the longitude in degree.
getLongitudeDeg() - Method in class openlr.otk.binview.data.LastValue
Gets the longitude in degree.
getMapDB() - Method in class openlr.otk.options.MapLoadFromParametersStringOption
Delivers the map database instantiated after a successful parsing of a parameters string
getName() - Method in enum openlr.otk.converter.PhysFormatConverterException.ConverterErrorCode
getName() - Method in class openlr.otk.options.Argument
Delivers the argument name
getName() - Method in enum openlr.otk.utils.DataResolverException.DataResolverErrorCode
getNegOff() - Method in class openlr.otk.binview.data.LastValue
Gets the negative offset flag.
getOption() - Method in class openlr.otk.options.CommandLineOption
Gets the option.
getOptions() - Method in class openlr.otk.options.CommandLineData
Delivers the options of the tool that relates to the concrete implementation of this class
getOptionsHandler() - Method in class openlr.otk.binview.BinaryDataViewer
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.coding.Decode
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.coding.Encode
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.common.OpenLRCommandLineTool
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.converter.PhysFormatConverter
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.loaderinfo.LoaderInfo
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.locrefboundary.LocRefBoundaryTool
This method shall return an option handler in form of an implementation of CommandLineData.
getOptionsHandler() - Method in class openlr.otk.xml2kml.Xml2Kml
This method shall return an option handler in form of an implementation of CommandLineData.
getOutputDirectory() - Method in class openlr.otk.options.OutputDirectoryOption
Gets the output directory.
getOutputFormat() - Method in class openlr.otk.options.OutputFormatOption
Gets the output format.
getOutputStream() - Method in class openlr.otk.common.OpenLRCommandLineTool
Delivers the output stream this tool should write to.
getOutputStream() - Method in class openlr.otk.options.OutputFileOrStdOutOption
Delivers a setup output stream to write the output to.
getOutputTarget() - Method in class openlr.otk.options.OutputFileOrStdOutOption
Delivers an identifier/ name of the output target.
getPosOff() - Method in class openlr.otk.binview.data.LastValue
Gets the positive offset flag.
getRelativeOffsetLowerBound() - Method in class openlr.otk.binview.data.OffsetValue
Gets the relative offset lower bound.
getRelativeOffsetUpperBound() - Method in class openlr.otk.binview.data.OffsetValue
Gets the relative offset upper bound.
getShortIdentifier() - Method in class openlr.otk.options.CommandLineOption
Gets the short identifier.
getToolIdentifier() - Method in class openlr.otk.binview.BinaryDataViewer
Delivers the tool identifier, a single word that defines the base command of the tool
getToolIdentifier() - Method in class openlr.otk.coding.Decode
 
getToolIdentifier() - Method in class openlr.otk.coding.Encode
 
getToolIdentifier() - Method in class openlr.otk.common.OpenLRCommandLineTool
Delivers the tool identifier, a single word that defines the base command of the tool
getToolIdentifier() - Method in class openlr.otk.converter.PhysFormatConverter
 
getToolIdentifier() - Method in class openlr.otk.loaderinfo.LoaderInfo
Delivers the tool identifier, a single word that defines the base command of the tool
getToolIdentifier() - Method in class openlr.otk.locrefboundary.LocRefBoundaryTool
 
getToolIdentifier() - Method in class openlr.otk.xml2kml.Xml2Kml
 
getValue() - Method in class openlr.otk.options.StringOption
Delivers the option value
getVersion() - Static method in class openlr.otk.OTK
Gets the version string.

H

hexValue() - Method in class openlr.otk.binview.data.ByteValue
Returns the hex representation of this byte.

I

InputFileOption - Class in openlr.otk.options
This class implements general methods for input file options.
InputFileOption(String, String, String, boolean) - Constructor for class openlr.otk.options.InputFileOption
 
InputFileOrDataOption - Class in openlr.otk.options
This option interprets the provided value as an input file.
InputFileOrDataOption() - Constructor for class openlr.otk.options.InputFileOrDataOption
Instantiates a new input file option.
InputFileOrDirectoryOption - Class in openlr.otk.options
An option that evaluates the given value as a path to a file or directory
InputFileOrDirectoryOption(boolean) - Constructor for class openlr.otk.options.InputFileOrDirectoryOption
Instantiates a new input directory option.
InputFileOrStdInOption - Class in openlr.otk.options
Interprets the value as a path to an input file.
InputFileOrStdInOption() - Constructor for class openlr.otk.options.InputFileOrStdInOption
Instantiates a new input file option.
InputFormatOption - Class in openlr.otk.options
The Class InputFormatOption.
InputFormatOption(boolean) - Constructor for class openlr.otk.options.InputFormatOption
Instantiates a new input format option.
IntermediateValue - Class in openlr.otk.binview.data
The IntermediateValue represents an intermediate location reference point.
IntermediateValue(int, IntermediateLRP, double, double) - Constructor for class openlr.otk.binview.data.IntermediateValue
Instantiates a new intermediate value.
IOUtils - Class in openlr.otk.utils
Provides I/O utilities.
isRequired() - Method in class openlr.otk.options.Argument
Delivers whether this argument is mandatory for the tool.

K

KmlGenerationException - Exception in openlr.otk.kml
This exception indicates an error while generation KML features from the attributes of the processed data object.
KmlGenerationException(String) - Constructor for exception openlr.otk.kml.KmlGenerationException
Instantiates a new KML generation exception with a message.
KmlGenerationException(String, Throwable) - Constructor for exception openlr.otk.kml.KmlGenerationException
Instantiates a new KML generation exception with a message and cause.
KmlOutput - Class in openlr.otk.kml
Bundles a KML output generation assembled from multiple content providers
KmlOutput(File) - Constructor for class openlr.otk.kml.KmlOutput
Creates a new instance of this class.
KmlUtil - Class in openlr.otk.kml
Bundles a KML output generation.

L

LastClosedLineValue - Class in openlr.otk.binview.data
The Class LastClosedLineValue represents the last closed line location reference point.
LastClosedLineValue(int, LastClosedLineLRP) - Constructor for class openlr.otk.binview.data.LastClosedLineValue
Instantiates a new last value.
LastValue - Class in openlr.otk.binview.data
The Class LastValue represents the last location reference point.
LastValue(int, LastLRP, double, double) - Constructor for class openlr.otk.binview.data.LastValue
Instantiates a new last value.
LFRCNPValue - Class in openlr.otk.binview.data
The LFRCNPValue represents a lowest functional road class value.
LFRCNPValue(int) - Constructor for class openlr.otk.binview.data.LFRCNPValue
Instantiates a new lowest functional road class to next point value with frc id lfrcnpValue.
LINE_SEPARATOR - Static variable in class openlr.otk.utils.IOUtils
The system dependent line separator
LoaderInfo - Class in openlr.otk.loaderinfo
A tool that lists information about OpenLRMapLoader implementations provided via path to a JAR or searched in the class-path.
LoaderInfo() - Constructor for class openlr.otk.loaderinfo.LoaderInfo
 
LocationContentProviderFactory - Class in openlr.otk.kml.location
A content provider factory that creates content providers for location objects.
LocationContentProviderFactory() - Constructor for class openlr.otk.kml.location.LocationContentProviderFactory
 
LocationReferenceContentProviderFactory - Class in openlr.otk.kml.locationreference
A content provider factory that creates content providers for location reference objects.
LocationReferenceContentProviderFactory() - Constructor for class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
 
LocRefBoundaryTool - Class in openlr.otk.locrefboundary
Calculates a bounding box for a location reference of sufficient size to decode the location reference on this part of the target map.
LocRefBoundaryTool() - Constructor for class openlr.otk.locrefboundary.LocRefBoundaryTool
 
LocRefStyles - Class in openlr.otk.kml.locationreference
A setup of prepared styles for formatting location references.
LocRefStyles() - Constructor for class openlr.otk.kml.locationreference.LocRefStyles
Creates a new instance
lowerBound() - Method in class openlr.otk.binview.data.BearValue
Returns the lower bound of the bearing sector.
lowerBound() - Method in class openlr.otk.binview.data.DNPValue
Returns the lower bound of the length interval.
lowerBound() - Method in class openlr.otk.binview.data.OffsetValue
Returns the lower bound of the length interval.

M

main(String[]) - Static method in class openlr.otk.OTK
The main method.
MapLoadersFinder - Class in openlr.otk.utils
This class provided the functionality to search OpenLR map loaders in different sources.
MapLoadersFinder() - Constructor for class openlr.otk.utils.MapLoadersFinder
 
MapLoadFromParametersStringOption - Class in openlr.otk.options
This class implements the functionality to load a map from a specific map loader parameter string.
MapLoadFromParametersStringOption(String, String, boolean) - Constructor for class openlr.otk.options.MapLoadFromParametersStringOption
 

N

name() - Method in class openlr.otk.binview.data.FOWValue
Returns the form of way name.
name() - Method in class openlr.otk.binview.data.FRCValue
Return the name of this functional road class.
name() - Method in class openlr.otk.binview.data.LFRCNPValue
Returns the functional road class name.

O

OffsetValue - Class in openlr.otk.binview.data
The OffsetValue represents an offset value.
OffsetValue(Offset) - Constructor for class openlr.otk.binview.data.OffsetValue
Instantiates a new offset value with offset o.
openlr.otk - package openlr.otk
 
openlr.otk.binview - package openlr.otk.binview
The binary data viewer is a tool which converts a binary OpenLR location reference into a human readable string.
openlr.otk.binview.data - package openlr.otk.binview.data
The data package holds the data classes which are used in the velocity context.
openlr.otk.coding - package openlr.otk.coding
This package contains the classes regarding the encode an decode tools
openlr.otk.common - package openlr.otk.common
 
openlr.otk.converter - package openlr.otk.converter
 
openlr.otk.kml - package openlr.otk.kml
 
openlr.otk.kml.location - package openlr.otk.kml.location
 
openlr.otk.kml.locationreference - package openlr.otk.kml.locationreference
 
openlr.otk.loaderinfo - package openlr.otk.loaderinfo
 
openlr.otk.locrefboundary - package openlr.otk.locrefboundary
 
openlr.otk.options - package openlr.otk.options
 
openlr.otk.utils - package openlr.otk.utils
 
openlr.otk.xml2kml - package openlr.otk.xml2kml
 
OpenLRCommandLineTool<T extends CommandLineData> - Class in openlr.otk.common
This interface defines the general interface of a tool inside the OpenLR toolkit
OpenLRCommandLineTool() - Constructor for class openlr.otk.common.OpenLRCommandLineTool
 
OpenLRToolkitException - Exception in openlr.otk.common
Indicates a failure in running a tool from the OpenLR command line toolkit.
OpenLRToolkitException(String) - Constructor for exception openlr.otk.common.OpenLRToolkitException
Constructs a new exception with the specified detail message.
OpenLRToolkitException(String, Throwable) - Constructor for exception openlr.otk.common.OpenLRToolkitException
Constructs a new exception with the specified detail message and cause.
OTK - Class in openlr.otk
The main class of the OTK.
OutputDirectoryOption - Class in openlr.otk.options
The Class OutputDirectoryOption.
OutputDirectoryOption(boolean) - Constructor for class openlr.otk.options.OutputDirectoryOption
Instantiates a new output directory option.
OutputFileOrStdOutOption - Class in openlr.otk.options
This option implements the processing of an output file option.
OutputFileOrStdOutOption(boolean) - Constructor for class openlr.otk.options.OutputFileOrStdOutOption
Instantiates a new output file option.
OutputFormatOption - Class in openlr.otk.options
The Class OutputFormatOption.
OutputFormatOption(boolean) - Constructor for class openlr.otk.options.OutputFormatOption
Instantiates a new output format option.

P

parse(String) - Method in class openlr.otk.options.Argument
Parses the given value.
parse(String[]) - Method in class openlr.otk.options.CommandLineData
Parses the command line and executes the evaluation of the parameters.
parse(String, Object...) - Method in class openlr.otk.options.CommandLineOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.FileOption
Tries to detect a file interpreting the given argument as a path.
parse(String, Object...) - Method in class openlr.otk.options.FlagOption
Does nothing
parse(String, Object...) - Method in class openlr.otk.options.InputFileOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.InputFileOrDataOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.InputFileOrDirectoryOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.InputFileOrStdInOption
Expects a valid file path or null as argument.
parse(String, Object...) - Method in class openlr.otk.options.InputFormatOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.MapLoadFromParametersStringOption
 
parse(String, Object...) - Method in class openlr.otk.options.OutputDirectoryOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.OutputFileOrStdOutOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.OutputFormatOption
Parses the argument.
parse(String, Object...) - Method in class openlr.otk.options.StringOption
Stores the given string
parseString(String) - Static method in enum openlr.otk.common.Format
Checks validity of an OpenLR format option.
PhysFormatConverter - Class in openlr.otk.converter
The class PhysFormatConverter converts OpenLR physical formats.
PhysFormatConverter() - Constructor for class openlr.otk.converter.PhysFormatConverter
 
PhysFormatConverterException - Exception in openlr.otk.converter
The Class PhysFormatConverterException.
PhysFormatConverterException(OpenLRProcessingException.ErrorCode) - Constructor for exception openlr.otk.converter.PhysFormatConverterException
Instantiates a new phys format converter exception.
PhysFormatConverterException(OpenLRProcessingException.ErrorCode, Throwable) - Constructor for exception openlr.otk.converter.PhysFormatConverterException
Instantiates a new phys format converter exception.
PhysFormatConverterException(OpenLRProcessingException.ErrorCode, String) - Constructor for exception openlr.otk.converter.PhysFormatConverterException
Instantiates a new phys format converter exception.
PhysFormatConverterException.ConverterErrorCode - Enum in openlr.otk.converter
The Enum ConverterErrorCode.
printHelp(OutputStream) - Method in class openlr.otk.common.OpenLRCommandLineTool
Prints out the usage information of the tool to the specified target stream
process(LineLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(GeoCoordLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(PointAlongLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(PoiAccessLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(RectangleLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(PolygonLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(CircleLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(GridLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(ClosedLineLocation) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
 
process(RawLineLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawGeoCoordLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawPointAlongLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawPoiAccessLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawRectangleLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawPolygonLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawCircleLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawGridLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
process(RawClosedLineLocRef) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory
processInput(CommandLine) - Method in class openlr.otk.options.CommandLineData
This method has to be implemented by concrete sub-classes.
processUnknown(Location) - Method in class openlr.otk.kml.location.LocationContentProviderFactory
processUnknown(RawLocationReference) - Method in class openlr.otk.kml.locationreference.LocationReferenceContentProviderFactory

R

readData(InputStream) - Static method in class openlr.otk.options.InputFileOption
Prepare stream.
readFileData(String) - Method in class openlr.otk.options.InputFileOption
Reads the data from the file specified by the given path into the internal stream holding the content.
readStdin(StdInHandler.READ_MODE) - Static method in class openlr.otk.utils.StdInHandler
Reads input data from standard in.
remove(Object) - Method in class openlr.otk.kml.StylesCollection
Is not supported by StylesCollection, throws UnsupportedOperationException.
removeAll(Collection<?>) - Method in class openlr.otk.kml.StylesCollection
Is not supported by StylesCollection, throws UnsupportedOperationException.
resolveBinaryData(InputStream, boolean) - Static method in class openlr.otk.utils.DataResolver
Resolve binary data from input stream.
resolveDatex2Data(InputStream) - Static method in class openlr.otk.utils.DataResolver
Resolve datex2 data from input stream.
resolveXmlData(InputStream) - Static method in class openlr.otk.utils.DataResolver
Resolve xml data from input stream.
retainAll(Collection<?>) - Method in class openlr.otk.kml.StylesCollection
Is not supported by StylesCollection, throws UnsupportedOperationException.

S

setLabel(String) - Method in class openlr.otk.kml.ContentProvider
Sets a label to the parent KML feature that encloses all the content.
setOutput(OutputStream) - Method in class openlr.otk.common.OpenLRCommandLineTool
Sets the target output stream this tool should write to.
StdInHandler - Class in openlr.otk.utils
The Class StdInHandler.
StdInHandler.READ_MODE - Enum in openlr.otk.utils
The Enum READ_MODE.
StringOption - Class in openlr.otk.options
This implementation defines an option that takes a string argument
StringOption(String, String, String, boolean) - Constructor for class openlr.otk.options.StringOption
Instantiates a new string option.
StyleIdentifier - Interface in openlr.otk.kml
Defines the common interface for style identifiers usable in the KML output
StylesCollection - Class in openlr.otk.kml
TODO description
StylesCollection() - Constructor for class openlr.otk.kml.StylesCollection
 
SYSTEM_DEFAULT_CHARSET - Static variable in class openlr.otk.utils.IOUtils
The system default character set

T

TOOL_DESCRIPTION - Static variable in class openlr.otk.loaderinfo.LoaderInfo
The description of the functionality of this tool.
TOOL_IDENTIFIER - Static variable in class openlr.otk.binview.BinaryDataViewer
The identifier of this tool.
TOOL_IDENTIFIER - Static variable in class openlr.otk.coding.Decode
The identifier of this tool.
TOOL_IDENTIFIER - Static variable in class openlr.otk.coding.Encode
The identifier of this tool.
TOOL_IDENTIFIER - Static variable in class openlr.otk.converter.PhysFormatConverter
The Constant TOOL_IDENTIFIER.
TOOL_IDENTIFIER - Static variable in class openlr.otk.loaderinfo.LoaderInfo
The tool identifier that represents the sub command inside the OTK commands collection
TOOL_IDENTIFIER - Static variable in class openlr.otk.locrefboundary.LocRefBoundaryTool
The Constant TOOL_IDENTIFIER.
TOOL_IDENTIFIER - Static variable in class openlr.otk.xml2kml.Xml2Kml
The Constant TOOL_IDENTIFIER.
toString() - Method in class openlr.otk.binview.data.BearValue
toString() - Method in class openlr.otk.binview.data.Bytes
toString() - Method in class openlr.otk.binview.data.ByteValue
toString() - Method in class openlr.otk.binview.data.CoordinateValue
toString() - Method in class openlr.otk.binview.data.DNPValue
toString() - Method in class openlr.otk.binview.data.FirstValue
toString() - Method in class openlr.otk.binview.data.FOWValue
toString() - Method in class openlr.otk.binview.data.FRCValue
toString() - Method in class openlr.otk.binview.data.IntermediateValue
toString() - Method in class openlr.otk.binview.data.LastClosedLineValue
toString() - Method in class openlr.otk.binview.data.LastValue
toString() - Method in class openlr.otk.binview.data.LFRCNPValue
toString() - Method in class openlr.otk.binview.data.OffsetValue

U

upperBound() - Method in class openlr.otk.binview.data.BearValue
Returns the upper bound of the bearing sector.
upperBound() - Method in class openlr.otk.binview.data.DNPValue
Returns the upper bound of the length interval.
upperBound() - Method in class openlr.otk.binview.data.OffsetValue
Returns the upper bound of the length interval.
usage(OutputStream) - Method in class openlr.otk.options.CommandLineData
Prints the command line syntax.

V

valueOf(String) - Static method in enum openlr.otk.common.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openlr.otk.converter.PhysFormatConverterException.ConverterErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openlr.otk.utils.DataResolverException.DataResolverErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openlr.otk.utils.StdInHandler.READ_MODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum openlr.otk.common.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openlr.otk.converter.PhysFormatConverterException.ConverterErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openlr.otk.utils.DataResolverException.DataResolverErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openlr.otk.utils.StdInHandler.READ_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
ViewerException - Exception in openlr.otk.binview
A ViewerException will be thrown if the conversion from binary data to a human readable string fails.
ViewerException(String) - Constructor for exception openlr.otk.binview.ViewerException
Instantiates a new viewer exception with a message.
ViewerException(String, Throwable) - Constructor for exception openlr.otk.binview.ViewerException
Instantiates a new viewer exception with a message and cause.
ViewerException(Throwable) - Constructor for exception openlr.otk.binview.ViewerException
Instantiates a new viewer exception with a cause.

W

write() - Method in class openlr.otk.kml.KmlOutput
Writes the KML file to disk.

X

Xml2Kml - Class in openlr.otk.xml2kml
Creates KML representations of OpenLR location references in XML format found in a specified directory
Xml2Kml() - Constructor for class openlr.otk.xml2kml.Xml2Kml
 

A B C D E F G H I K L M N O P R S T U V W X

Copyright © 2012 TomTom International B.V.. All Rights Reserved.