Package group3dlocaliser.tethys
Class Group3dAlgorithmInfo
java.lang.Object
group3dlocaliser.tethys.Group3dAlgorithmInfo
- All Implemented Interfaces:
LocalisationAlgorithmInfo
,CoordinateChoice
public class Group3dAlgorithmInfo
extends Object
implements LocalisationAlgorithmInfo, CoordinateChoice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the algorithm nameint
Get the likely content flags for this localiser.getLocalizationOptionsPanel
(Window parent, LocalizationBuilder locBuilder) Get options panel to either build into the export dialog or to show as a separate dialog (in which case export wizard will show a button).Get the algorithm parameters.void
setCoordinateName
(CoordinateName coordinateName)
-
Constructor Details
-
Method Details
-
getLocalisationContents
public int getLocalisationContents()Description copied from interface:LocalisationAlgorithmInfo
Get the likely content flags for this localiser.- Specified by:
getLocalisationContents
in interfaceLocalisationAlgorithmInfo
- Returns:
- localisation flags.
- See Also:
-
getAlgorithmName
Description copied from interface:LocalisationAlgorithmInfo
Get the algorithm name- Specified by:
getAlgorithmName
in interfaceLocalisationAlgorithmInfo
- Returns:
- algorithm name
-
getParameters
Description copied from interface:LocalisationAlgorithmInfo
Get the algorithm parameters. Something else can turn these into xml for Tethys.- Specified by:
getParameters
in interfaceLocalisationAlgorithmInfo
- Returns:
- algorithm parameters object. Might be null;
-
getLocalizationOptionsPanel
public LocalizationOptionsPanel getLocalizationOptionsPanel(Window parent, LocalizationBuilder locBuilder) Description copied from interface:LocalisationAlgorithmInfo
Get options panel to either build into the export dialog or to show as a separate dialog (in which case export wizard will show a button). Can be null if no options.- Specified by:
getLocalizationOptionsPanel
in interfaceLocalisationAlgorithmInfo
- Parameters:
locBuilder
-- Returns:
- options panel or null if there are no options.
-
getPossibleCoordinates
- Specified by:
getPossibleCoordinates
in interfaceCoordinateChoice
-
getCoordinateName
- Specified by:
getCoordinateName
in interfaceCoordinateChoice
-
setCoordinateName
- Specified by:
setCoordinateName
in interfaceCoordinateChoice
-