Uses of Interface
com.luciad.projection.ILcdProjection
Packages that use ILcdProjection
Package
Description
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.
Provides actions that have a relationship with a Lightspeed map.
All projection related aspects.
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
Utilities for making maps.
-
Uses of ILcdProjection in com.luciad.lucy.addons.modelreference
Constructors in com.luciad.lucy.addons.modelreference with parameters of type ILcdProjectionModifierConstructorDescriptionTLcyGridReference(ILcdGeodeticDatum aGeodeticDatum, ILcdProjection aProjection, double aFalseEasting, double aFalseNorthing, double aScale, double aUnitOfMeasure, double aRotation) Creates a newTLcyGridReference, ready to be used.TLcyGridReference(ILcdGeodeticDatum aGeodeticDatum, ILcdProjection aProjection, String aDisplayName, boolean aEditable) Creates a newTLcyGridReference, ready to be used.TLcyUTMGridReference(ILcdGeodeticDatum aGeodeticDatum, ILcdProjection aProjection, double aFalseEasting, double aFalseNorthing, double aScale, double aUnitOfMeasure, double aRotation, int aZoneID, boolean aNorthernHemisphere) -
Uses of ILcdProjection in com.luciad.lucy.map.action.lightspeed
Constructors in com.luciad.lucy.map.action.lightspeed with parameters of type ILcdProjectionModifierConstructorDescriptionTLcyLspProjectionActiveSettable(ILspView aView, ILcdProjection aProjection) Creates a newTLcyLspProjectionActiveSettablethat activates the given projection, and switches the view to 2D. -
Uses of ILcdProjection in com.luciad.projection
Subinterfaces of ILcdProjection in com.luciad.projectionModifier and TypeInterfaceDescriptioninterfaceILcdAzimuthalsareILcdProjectionobjects that have a central point of zero distortion.interfaceAnILcdConicis anILcdProjectionthat is derived by projection of geodetic points on a cone which is then unrolled.interfaceAnILcdCylindricalis anILcdProjectionthat is obtained by wrapping a cylinder around the earth globe such that it touches the equator.interfaceILcdGeneralPerspectiveareILcdProjectionobjects that have a central point of zero distortion.interfaceAnILcdObliqueCylindricalis anILcdProjectionthat is obtained by wrapping a cylinder around the globe.interfaceILcdPerspectiveareILcdProjectionobjects that have a central point of zero distortion.interfaceAn ILcdProjection that uses pairs of tie points to map from one coordinate system to another.interfaceAnILcdTransverseCylindricalis anILcdProjectionfor which a cylinder is wrapped around the globe.Classes in com.luciad.projection that implement ILcdProjectionModifier and TypeClassDescriptionclassALcdAzimuthalprojections areILcdProjectionobjects that have a central point of zero distortion.classAALcdConicis aILcdProjectionthat is derived by projection of geodetic points on a cone which is then unrolled.classAnALcdCylindricalis anILcdProjectionthat is obtained by wrapping a cylinder around the earth globe such that it touches the equator.classALcdGeneralPerspectiveareILcdProjectionobjects that have a central point of zero distortion.classAnALcdObliqueCylindricalis anILcdProjectionthat is obtained by wrapping a cylinder around the globe.classALcdPerspectiveareILcdProjectionobjects that have a central point of zero distortion.classThis abstract class can be used to implement anILcdProjection.classAALcdTransverseCylindricalis aILcdProjectionfor which a cylinder is wrapped around the globe.classAlbers Equal Area Conic projection.classAzimuthal Equidistant projection.classCassini projection.final classEllipsoidal version of the Cassini projection.classStereographic projection (modified for the Netherlands).classEckert IV projection.classEckert VI projection.classEquidistant Cylindrical projection that uses ellipsoidal calculations.classLambert Azimuthal Equal-Area projection.classEquidistant Cylindrical projection.classGeneral perspective projection.classGeodetic projection.classGnomonic projection.classKrovak ProjectionclassSpherical Lambert Azimuthal Equal-Area projection.classLambert Conformal Conic projection.classMercator projection.classMiller Cylindrical projection.classMollweide projection.classOblique Mercator projection.classOblique Stereographic projection.classOrthographic projection.classOrthorectified projection.classThe perspective projection is an azimuthal projection that maps a 3D scene to a 2D plane as viewed through a camera viewfinder.classPolar stereographic projection.classPolyconic projection.classPseudo-Mercator projection.classRectified Polynomial Projection.classRectified Projective projection.classRectified Rational projection.classA projection that maps image coordinates to ground coordinates based on Rational Polynomial Coefficients.classDeprecated.Please use TLcdEquidistantCylindrical instead.classStereographic projection.classSwiss Oblique Mercator projection.classTransverse Mercator projection.classDeprecated.classVertical perspective projection.Fields in com.luciad.projection declared as ILcdProjectionModifier and TypeFieldDescriptionprotected ILcdProjectionALcdRectifiedProjection.fBaseProjectionAn optional projection to be chained before a lonlat2world or after a world2lonlat transformation.protected ILcdProjectionALcdRectifiedProjection.fBaseProjectionAn optional projection to be chained before a lonlat2world or after a world2lonlat transformation.protected ILcdProjectionALcdRectifiedProjection.fBaseProjectionAn optional projection to be chained before a lonlat2world or after a world2lonlat transformation.Methods in com.luciad.projection that return ILcdProjectionModifier and TypeMethodDescriptionstatic ILcdProjectionTLcdProjectionFactory.createProjection(String aPrefix, Properties aProperties) This method will, given aPrefix and aProperties, return anILcdProjection.ILcdRectifiedProjection.getBaseProjection()Returns the optional internal projection.TLcdOrthorectifiedProjection.getCameraProjection()Returns the camera projection.TLcdOrthorectifiedProjection.getWrappedProjection()Returns the wrapped projection.ILcdCompositeProjection.retrieveProjection(int aZone) Deprecated.Retrieves the projection for zoneaZone.TLcdUTM.retrieveProjection(int aZone) Deprecated.Methods in com.luciad.projection with parameters of type ILcdProjectionModifier and TypeMethodDescriptionvoidTLcdOrthorectifiedProjection.setCameraProjection(ILcdProjection aCameraProjection) Sets the camera projection.voidTLcdOrthorectifiedProjection.setWrappedProjection(ILcdProjection aWrappedProjection) Sets the wrapped projection.static voidTLcdProjectionFactory.writeProjectionSFCT(ILcdProjection aProjection, String aPrefix, Properties aPropertiesSFCT) This method will, given aProjection, aPrefix and aPropertiesSFCT, write the properties of the projection as a side effect into the aPropertiesSFCT object.Constructors in com.luciad.projection with parameters of type ILcdProjectionModifierConstructorDescriptionTLcdOrthorectifiedProjection(ILcdProjection aCameraProjection, ILcdProjection aWrappedProjection, ILcdHeightProvider aHeightProvider) Constructs an orthorectified version of an existing projection.TLcdOrthorectifiedProjection(ILcdProjection aCameraProjection, ILcdHeightProvider aHeightProvider) Constructs an orthorectified projection based on a camera projection (normally aTLcdPerspectiveProjection) and a height provider.TLcdRectifiedPolynomialProjection(int aPolynomialDegree, ILcdPoint[] aSourcePoints, ILcdPoint[] aTargetPoints, ILcdProjection aBaseProjection, ILcdBounds aWorldBounds) Creates a new TLcdRectifiedPolynomialProjection based on the given source and target tie points, and the maximum degree of the polynomial.TLcdRectifiedProjectiveProjection(ILcdPoint[] aSourcePoints, ILcdPoint[] aTargetPoints, ILcdProjection aBaseProjection, ILcdBounds aWorldBounds) Creates a new TLcdRectifiedProjectiveProjection based on the given source and target tie points.TLcdRectifiedRationalProjection(int aNumeratorDegree, int aDenominatorDegree, ILcdPoint[] aSourcePoints, ILcdPoint[] aTargetPoints, ILcdProjection aBaseProjection, ILcdBounds aWorldBounds) Creates a new TLcdRectifiedRationalProjection based on the given source and target tie points, and maximum degrees of the rationals. -
Uses of ILcdProjection in com.luciad.reference
Methods in com.luciad.reference that return ILcdProjectionModifier and TypeMethodDescriptionILcdGridReference.getProjection()Returns theILcdProjectionof thisILcdGridReference.TLcdGridReference.getProjection()Methods in com.luciad.reference with parameters of type ILcdProjectionModifier and TypeMethodDescriptionvoidTLcdGridReference.setProjection(ILcdProjection aProjection) Sets theILcdProjectionof theTLcdGridReferencetoaProjection.voidTLcdUTMGrid.setProjection(ILcdProjection aProjection) Constructors in com.luciad.reference with parameters of type ILcdProjectionModifierConstructorDescriptionTLcdGridReference(ILcdGeodeticDatum aGeodeticDatum, ILcdProjection aProjection) Constructor taking geodetic datum and projection as arguments.TLcdGridReference(ILcdGeodeticDatum aGeodeticDatum, ILcdProjection aProjection, double aFalseEasting, double aFalseNorthing, double aScale, double aUnitOfMeasure, double aRotation) Constructor with all possible properties as arguments. -
Uses of ILcdProjection in com.luciad.reference.format
Methods in com.luciad.reference.format that return ILcdProjectionModifier and TypeMethodDescriptionTLcdEPSGReferenceParser.parseProjection(String aEPSGCode) Decodes the projection that has the given EPSG code. -
Uses of ILcdProjection in com.luciad.view.map
Constructors in com.luciad.view.map with parameters of type ILcdProjectionModifierConstructorDescriptionTLcdSetProjectionAction(ILcdProjection aProjection, String aActionName, ILcdGXYView aGXYView) Deprecated.