Uses of Interface
com.luciad.reference.ILcdGridReference
Packages that use ILcdGridReference
Package
Description
Contains classes to perform geometry operations in cartesian space.
Provides the addon that allows to open data that is missing a valid model reference
(=coordinate system), and that allows to create Luciad .ref files for storing such a model reference
specification.
Everything related to model references and view references.
Handles all transformations between model coordinates and world coordinates.
Utilities for making maps.
-
Uses of ILcdGridReference in com.luciad.geometry.cartesian
Methods in com.luciad.geometry.cartesian that return ILcdGridReferenceModifier and TypeMethodDescriptionTLcdGridSegmentScanner.getGridReference()Returns the grid reference to calculate distances.Methods in com.luciad.geometry.cartesian with parameters of type ILcdGridReferenceModifier and TypeMethodDescriptionvoidTLcdGridSegmentScanner.setGridReference(ILcdGridReference aGridReference) Sets the grid reference to calculate distances.Constructors in com.luciad.geometry.cartesian with parameters of type ILcdGridReferenceModifierConstructorDescriptionTLcdGridSegmentScanner(ILcdGridReference aGridReference) Scans a segment along a straight line between the points. -
Uses of ILcdGridReference in com.luciad.lucy.addons.modelreference
Classes in com.luciad.lucy.addons.modelreference that implement ILcdGridReferenceModifier and TypeClassDescriptionclassAdds a property displayName and a property editable to its superclass.classNote: Do not programmatically rely on the existence of this class or its methods, as they might change or disappear without notice.Methods in com.luciad.lucy.addons.modelreference that return ILcdGridReferenceModifier and TypeMethodDescriptionTLcyModelReferenceAddOn.getGridReferences()Returns the set of predefined grid references the user can choose from.Methods in com.luciad.lucy.addons.modelreference with parameters of type ILcdGridReferenceModifier and TypeMethodDescriptionvoidTLcyModelReferenceAddOn.setGridReferences(ILcdGridReference[] aGridReferences) Sets the list of predefined grid references.Constructors in com.luciad.lucy.addons.modelreference with parameters of type ILcdGridReferenceModifierConstructorDescriptionTLcyGridReference(ILcdGridReference aGridReference, String aDisplayName, boolean aEditable) Creates a newTLcyGridReference, ready to be used. -
Uses of ILcdGridReference in com.luciad.reference
Classes in com.luciad.reference that implement ILcdGridReferenceModifier and TypeClassDescriptionfinal classThis class contains all information about the German grid system.classATLcdGridReferenceis an implementation of anILcdGridReference.final classThis class contains all information about the Belgian grid system.final classThis ILcdGridReference implements the french grid system.final classDeprecated.This class uses outdated hardcoded parameters.final classThis class contains all information about the Swiss grid system.classThisILcdGridReferencerepresents a UPS grid reference.classThisILcdGridReferencerepresents a UTM grid reference.Constructors in com.luciad.reference with parameters of type ILcdGridReferenceModifierConstructorDescriptionTLcdGridReference(ILcdGridReference aGridReference) Copy constructor. -
Uses of ILcdGridReference in com.luciad.transformation
Methods in com.luciad.transformation that return ILcdGridReferenceModifier and TypeMethodDescriptionTLcdGridReferenceUtil.getGridReference()Gets theILcdGridReferenceof thisTLcdGridReferenceUtil.TLcdGridReferenceUtil.getModelRefGrid()Deprecated.Replaced by the methodgetGridReferencesince V 3.0.Methods in com.luciad.transformation with parameters of type ILcdGridReferenceModifier and TypeMethodDescriptionvoidTLcdGridReferenceUtil.setGridReference(ILcdGridReference aGridReference) Sets theILcdGridReferenceof thisTLcdGridReferenceUtiltoaGridReference.voidTLcdGridReferenceUtil.setModelRefGrid(ILcdGridReference aGridReference) Deprecated.Replaced by the methodsetGridReferencesince V 3.0.Constructors in com.luciad.transformation with parameters of type ILcdGridReferenceModifierConstructorDescriptionTLcdGridReferenceUtil(ILcdGridReference aGridReference) Constructor ofTLcdGridReferenceUtilwith a givenILcdGridReferenceaModelRefGrid.TLcdGridRefUtil(ILcdGridReference aGridReference) Deprecated.Constructor ofTLcdGridRefUtilwith a givenILcdGridReferenceaModelRefGrid. -
Uses of ILcdGridReference in com.luciad.view.map
Methods in com.luciad.view.map that return ILcdGridReferenceMethods in com.luciad.view.map with parameters of type ILcdGridReferenceModifier and TypeMethodDescriptionvoidTLcdMapGridRefLocation.setGridReference(ILcdGridReference aGridReference)