Uses of Interface
com.luciad.reference.ILcdGeodeticReference
Packages that use ILcdGeodeticReference
Package
Description
Contains classes to perform geometry operations on an ellipsoid.
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.
-
Uses of ILcdGeodeticReference in com.luciad.geometry.ellipsoidal
Methods in com.luciad.geometry.ellipsoidal that return ILcdGeodeticReferenceModifier and TypeMethodDescriptionALcdGeodeticSegmentScanner.getGeodeticReference()
Returns the geodetic reference used for distance calculations.Methods in com.luciad.geometry.ellipsoidal with parameters of type ILcdGeodeticReferenceModifier and TypeMethodDescriptionvoid
ALcdGeodeticSegmentScanner.setGeodeticReference
(ILcdGeodeticReference aGeodeticReference) Sets the geodetic reference used for distance calculations.Constructors in com.luciad.geometry.ellipsoidal with parameters of type ILcdGeodeticReferenceModifierConstructorDescriptionTLcdGeodeticSegmentScanner
(ILcdGeodeticReference aGeodeticReference) Creates a scanner that scans along a geodetic line between points.TLcdRhumblineSegmentScanner
(ILcdGeodeticReference aGeodeticReference) Scans a segment along a rhumbline, a line of constant azimuth, between two points. -
Uses of ILcdGeodeticReference in com.luciad.lucy.addons.modelreference
Classes in com.luciad.lucy.addons.modelreference that implement ILcdGeodeticReferenceModifier and TypeClassDescriptionclass
Adds a property displayName and editable to its superclass.Methods in com.luciad.lucy.addons.modelreference that return ILcdGeodeticReferenceMethods in com.luciad.lucy.addons.modelreference with parameters of type ILcdGeodeticReferenceModifier and TypeMethodDescriptionvoid
TLcyModelReferenceAddOn.setGeodeticReferences
(ILcdGeodeticReference[] aGeodeticReferences) Sets the list of predefined geodetic references. -
Uses of ILcdGeodeticReference in com.luciad.reference
Classes in com.luciad.reference that implement ILcdGeodeticReferenceModifier and TypeClassDescriptionclass
ATLcdGeodeticReference
is an implementation ofILcdGeodeticReference
.