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 nameintGet 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.voidsetCoordinateName(CoordinateName coordinateName)  
- 
Constructor Details
- 
Group3dAlgorithmInfo
 
 - 
 - 
Method Details
- 
getLocalisationContents
public int getLocalisationContents()Description copied from interface:LocalisationAlgorithmInfoGet the likely content flags for this localiser.- Specified by:
 getLocalisationContentsin interfaceLocalisationAlgorithmInfo- Returns:
 - localisation flags.
 - See Also:
 
 - 
getAlgorithmName
Description copied from interface:LocalisationAlgorithmInfoGet the algorithm name- Specified by:
 getAlgorithmNamein interfaceLocalisationAlgorithmInfo- Returns:
 - algorithm name
 
 - 
getParameters
Description copied from interface:LocalisationAlgorithmInfoGet the algorithm parameters. Something else can turn these into xml for Tethys.- Specified by:
 getParametersin interfaceLocalisationAlgorithmInfo- Returns:
 - algorithm parameters object. Might be null;
 
 - 
getLocalizationOptionsPanel
public LocalizationOptionsPanel getLocalizationOptionsPanel(Window parent, LocalizationBuilder locBuilder) Description copied from interface:LocalisationAlgorithmInfoGet 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:
 getLocalizationOptionsPanelin interfaceLocalisationAlgorithmInfo- Parameters:
 locBuilder-- Returns:
 - options panel or null if there are no options.
 
 - 
getPossibleCoordinates
- Specified by:
 getPossibleCoordinatesin interfaceCoordinateChoice
 - 
getCoordinateName
- Specified by:
 getCoordinateNamein interfaceCoordinateChoice
 - 
setCoordinateName
- Specified by:
 setCoordinateNamein interfaceCoordinateChoice
 
 -