Package com.luciad.reference.format
Class TLcdLuciadMapReferenceFormatter
java.lang.Object
com.luciad.reference.format.TLcdLuciadMapReferenceFormatter
- All Implemented Interfaces:
ILcdXYWorldReferenceFormatter
public class TLcdLuciadMapReferenceFormatter
extends Object
implements ILcdXYWorldReferenceFormatter
Formats a reference into the LuciadLightspeed name space.
This done by creating the corresponding Properties object for the reference
and writing this Properties object into a byte array.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformatXYWorldReference
(ILcdXYWorldReference aXYWorldReference) Returns the String representation of aILcdXYWorldReference
.
-
Constructor Details
-
TLcdLuciadMapReferenceFormatter
public TLcdLuciadMapReferenceFormatter()
-
-
Method Details
-
formatXYWorldReference
public String formatXYWorldReference(ILcdXYWorldReference aXYWorldReference) throws IllegalArgumentException Description copied from interface:ILcdXYWorldReferenceFormatter
Returns the String representation of aILcdXYWorldReference
.- Specified by:
formatXYWorldReference
in interfaceILcdXYWorldReferenceFormatter
- Parameters:
aXYWorldReference
- theILcdXYWorldReference
to be encoded as a String.- Returns:
- the String representation of a
ILcdXYWorldReference
. - Throws:
IllegalArgumentException
- If the given world reference cannot be formatted as a String.
-