- a - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- a - Variable in class org.locationtech.proj4j.proj.Projection
-
The equator radius
- A - Variable in class org.locationtech.proj4j.proj.PutninsP5Projection
-
- a12 - Variable in class org.locationtech.proj4j.geodesic.GeodesicData
-
arc length on the auxiliary sphere between point 1 and point 2
(degrees).
- A1m1f(double) - Static method in class org.locationtech.proj4j.geodesic.Geodesic
-
- A2m1f(double) - Static method in class org.locationtech.proj4j.geodesic.Geodesic
-
- A3coeff() - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
- A3f(double) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
- abbreviation - Variable in class org.locationtech.proj4j.units.Unit
-
- acos(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- acosd(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- AIRY - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- AiryProjection - Class in org.locationtech.proj4j.proj
-
- AiryProjection() - Constructor for class org.locationtech.proj4j.proj.AiryProjection
-
- AITOFF - Static variable in class org.locationtech.proj4j.proj.AitoffProjection
-
- AitoffProjection - Class in org.locationtech.proj4j.proj
-
- AitoffProjection() - Constructor for class org.locationtech.proj4j.proj.AitoffProjection
-
- AitoffProjection(int, double) - Constructor for class org.locationtech.proj4j.proj.AitoffProjection
-
- AlbersProjection - Class in org.locationtech.proj4j.proj
-
- AlbersProjection() - Constructor for class org.locationtech.proj4j.proj.AlbersProjection
-
- ALL - Static variable in class org.locationtech.proj4j.geodesic.GeodesicMask
-
All capabilities, calculate everything.
- alpha - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- alpha - Variable in class org.locationtech.proj4j.proj.Projection
-
The projection alpha value
- ANDRAE - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- AngDiff(Pair, double, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
The exact difference of two angles reduced to [−180°, 180°].
- Angle - Class in org.locationtech.proj4j.units
-
- Angle() - Constructor for class org.locationtech.proj4j.units.Angle
-
- ANGLE_UNIT - Static variable in class org.locationtech.proj4j.units.Unit
-
- AngleFormat - Class in org.locationtech.proj4j.units
-
A NumberFormat for formatting Angles in various commonly-found mapping styles.
- AngleFormat() - Constructor for class org.locationtech.proj4j.units.AngleFormat
-
- AngleFormat(String) - Constructor for class org.locationtech.proj4j.units.AngleFormat
-
- AngleFormat(String, boolean) - Constructor for class org.locationtech.proj4j.units.AngleFormat
-
- AngNormalize(double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Normalize an angle.
- AngRound(double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Coarsen a value close to zero.
- APL4_9 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- Arc() - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
- ARC_MINUTES - Static variable in class org.locationtech.proj4j.units.Units
-
- ARC_SECONDS - Static variable in class org.locationtech.proj4j.units.Units
-
- ArcDirect(double, double, double, double) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Solve the direct geodesic problem where the length of the geodesic
is specified in terms of arc length.
- ArcDirect(double, double, double, double, int) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Solve the direct geodesic problem where the length of the geodesic is
specified in terms of arc length and with a subset of the geodesic results
returned.
- ArcDirectLine(double, double, double, double) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Define a
GeodesicLine in terms of the direct geodesic problem
specified in terms of arc length with all capabilities included.
- ArcDirectLine(double, double, double, double, int) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Define a
GeodesicLine in terms of the direct geodesic problem
specified in terms of arc length with a subset of the capabilities
included.
- ArcPosition(double) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Compute the position of point 2 which is an arc length a12
(degrees) from point 1.
- ArcPosition(double, int) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Compute the position of point 2 which is an arc length a12
(degrees) from point 1 and with a subset of the geodesic results returned.
- AREA - Static variable in class org.locationtech.proj4j.geodesic.GeodesicMask
-
Calculate area S12.
- AREA_UNIT - Static variable in class org.locationtech.proj4j.units.Unit
-
- areXOrdinatesEqual(ProjCoordinate, double) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Returns a boolean indicating if the X ordinate value of the
ProjCoordinate provided as an ordinate is equal to the X ordinate
value of this ProjCoordinate.
- areYOrdinatesEqual(ProjCoordinate, double) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Returns a boolean indicating if the Y ordinate value of the
ProjCoordinate provided as an ordinate is equal to the Y ordinate
value of this ProjCoordinate.
- areZOrdinatesEqual(ProjCoordinate, double) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Returns a boolean indicating if the Z ordinate value of the
ProjCoordinate provided as an ordinate is equal to the Z ordinate
value of this ProjCoordinate.
- asin(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- asind(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- atan2(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- atan2d(double, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Evaluate the atan2 function with the result in degrees
- atan2d(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- atand(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- atanh(double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
The inverse hyperbolic tangent function.
- AugustProjection - Class in org.locationtech.proj4j.proj
-
- AugustProjection() - Constructor for class org.locationtech.proj4j.proj.AugustProjection
-
- AUST_SA - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- AUSTRALIAN - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- authlat(double, double[]) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- authset(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- axis - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- AxisOrder - Class in org.locationtech.proj4j.datum
-
- AxisOrder.Axis - Enum in org.locationtech.proj4j.datum
-
- azi - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- azi1 - Variable in class org.locationtech.proj4j.geodesic.GeodesicData
-
azimuth at point 1 (degrees).
- azi2 - Variable in class org.locationtech.proj4j.geodesic.GeodesicData
-
azimuth at point 2 (degrees).
- Azimuth() - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
- AZIMUTH - Static variable in class org.locationtech.proj4j.geodesic.GeodesicMask
-
Calculate azimuths azi1 and azi2.
- AzimuthalProjection - Class in org.locationtech.proj4j.proj
-
The superclass for all azimuthal map projections
- AzimuthalProjection() - Constructor for class org.locationtech.proj4j.proj.AzimuthalProjection
-
- AzimuthalProjection(double, double) - Constructor for class org.locationtech.proj4j.proj.AzimuthalProjection
-
- AzimuthCosines() - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
- GallProjection - Class in org.locationtech.proj4j.proj
-
- GallProjection() - Constructor for class org.locationtech.proj4j.proj.GallProjection
-
- gamma - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- GaussProjection - Class in org.locationtech.proj4j.proj
-
- GaussProjection() - Constructor for class org.locationtech.proj4j.proj.GaussProjection
-
- GenDirectLine(double, double, double, boolean, double, int) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Define a
GeodesicLine in terms of the direct geodesic problem
specified in terms of either distance or arc length with a subset of the
capabilities included.
- GenDistance(boolean) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
The distance or arc length to point 3.
- GenSetDistance(boolean, double) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Specify position of point 3 in terms of either distance or arc length.
- GeocentProjection - Class in org.locationtech.proj4j.proj
-
- GeocentProjection() - Constructor for class org.locationtech.proj4j.proj.GeocentProjection
-
- geocentric - Variable in class org.locationtech.proj4j.proj.Projection
-
True if this projection is geocentric
- GeocentricConverter - Class in org.locationtech.proj4j.datum
-
Provides conversions between Geodetic coordinates
(latitude, longitude in radians and height in meters)
and Geocentric coordinates
(X, Y, Z) in meters.
- GeocentricConverter(Ellipsoid) - Constructor for class org.locationtech.proj4j.datum.GeocentricConverter
-
- GeocentricConverter(double, double, double) - Constructor for class org.locationtech.proj4j.datum.GeocentricConverter
-
- geocentricLatitude(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- Geodesic - Class in org.locationtech.proj4j.geodesic
-
Geodesic calculations.
- Geodesic(double, double) - Constructor for class org.locationtech.proj4j.geodesic.Geodesic
-
Constructor for an ellipsoid with
- GeodesicData - Class in org.locationtech.proj4j.geodesic
-
The results of geodesic calculations.
- GeodesicData() - Constructor for class org.locationtech.proj4j.geodesic.GeodesicData
-
Initialize all the fields to Double.NaN.
- GeodesicLine - Class in org.locationtech.proj4j.geodesic
-
A geodesic line.
- GeodesicLine(Geodesic, double, double, double) - Constructor for class org.locationtech.proj4j.geodesic.GeodesicLine
-
Constructor for a geodesic line staring at latitude lat1, longitude
lon1, and azimuth azi1 (all in degrees).
- GeodesicLine(Geodesic, double, double, double, int) - Constructor for class org.locationtech.proj4j.geodesic.GeodesicLine
-
Constructor for a geodesic line staring at latitude lat1, longitude
lon1, and azimuth azi1 (all in degrees) with a subset of the
capabilities included.
- GeodesicLine(Geodesic, double, double, double, double, double, int, boolean, double) - Constructor for class org.locationtech.proj4j.geodesic.GeodesicLine
-
- GeodesicMask - Class in org.locationtech.proj4j.geodesic
-
Bit masks for what geodesic calculations to do.
- GeodesicMask() - Constructor for class org.locationtech.proj4j.geodesic.GeodesicMask
-
- GEODESICSCALE - Static variable in class org.locationtech.proj4j.geodesic.GeodesicMask
-
Calculate geodesic scales M12 and M21.
- GeographicErr - Exception in org.locationtech.proj4j.geodesic
-
Exception handling for GeographicLib.
- GeographicErr(String) - Constructor for exception org.locationtech.proj4j.geodesic.GeographicErr
-
Constructor
- geographicLatitude(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- GEOGRAPHICLIB_GEODESIC_ORDER - Static variable in class org.locationtech.proj4j.geodesic.Geodesic
-
The order of the expansions used by Geodesic.
- GeoMath - Class in org.locationtech.proj4j.geodesic
-
Mathematical functions needed by GeographicLib.
- GeostationarySatelliteProjection - Class in org.locationtech.proj4j.proj
-
- GeostationarySatelliteProjection() - Constructor for class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
Constructor
- getA() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getA() - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- getAlpha() - Method in class org.locationtech.proj4j.proj.Projection
-
Gets the alpha value, in radians.
- getAxisOrder() - Method in class org.locationtech.proj4j.proj.Projection
-
- getB() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getCode() - Method in class org.locationtech.proj4j.datum.Datum
-
- getDatum() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- getDatum() - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- getDatum(String) - Method in class org.locationtech.proj4j.Registry
-
- getEccentricitySquared() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getEllipsoid() - Method in class org.locationtech.proj4j.datum.Datum
-
- getEllipsoid() - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- getEllipsoid() - Method in class org.locationtech.proj4j.proj.Projection
-
- getEllipsoid(String) - Method in class org.locationtech.proj4j.Registry
-
- getEPSGCode() - Method in class org.locationtech.proj4j.proj.AlbersProjection
-
Returns the ESPG code for this projection, or 0 if unknown.
- getEPSGCode() - Method in class org.locationtech.proj4j.proj.CassiniProjection
-
Returns the ESPG code for this projection, or 0 if unknown.
- getEPSGCode() - Method in class org.locationtech.proj4j.proj.MercatorProjection
-
Returns the ESPG code for this projection, or 0 if unknown.
- getEPSGCode() - Method in class org.locationtech.proj4j.proj.Projection
-
Returns the ESPG code for this projection, or 0 if unknown.
- getEquatorRadius() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getEquatorRadius() - Method in class org.locationtech.proj4j.proj.Projection
-
- getES() - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- getFalseEasting() - Method in class org.locationtech.proj4j.proj.Projection
-
- getFalseNorthing() - Method in class org.locationtech.proj4j.proj.Projection
-
- getFromMetres() - Method in class org.locationtech.proj4j.proj.Projection
-
- getHeightOfOrbit() - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- getHeightOfOrbit() - Method in class org.locationtech.proj4j.proj.Projection
-
Get height of orbit - Geostationary satellite projection
- getLonC() - Method in class org.locationtech.proj4j.proj.Projection
-
Gets the lonc value, in radians.
- getM() - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- getMapRadius() - Method in class org.locationtech.proj4j.proj.AzimuthalProjection
-
- getMaxLatitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMaxLatitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMaxLongitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMaxLongitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMinLatitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMinLatitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMinLongitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getMinLongitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getN() - Method in class org.locationtech.proj4j.proj.UrmaevFlatPolarSinusoidalProjection
-
- getName() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- getName() - Method in class org.locationtech.proj4j.datum.Datum
-
- getName() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getName() - Method in class org.locationtech.proj4j.datum.PrimeMeridian
-
- getName() - Method in class org.locationtech.proj4j.proj.Projection
-
- getParameters() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- getParameters(String) - Method in class org.locationtech.proj4j.io.Proj4FileReader
-
Gets the list of PROJ.4 parameters which define
the coordinate system specified by name.
- getParameterString() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- getPrimeMeridian() - Method in class org.locationtech.proj4j.proj.Projection
-
- getPROJ4Description() - Method in class org.locationtech.proj4j.proj.Projection
-
Get a string which describes this projection in PROJ.4 format.
- getProjection() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- getProjection(String) - Method in class org.locationtech.proj4j.Registry
-
- getProjectionLatitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLatitude1() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLatitude1Degrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLatitude2() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLatitude2Degrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLatitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLongitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjectionLongitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getProjections() - Method in class org.locationtech.proj4j.Registry
-
- getRegistry() - Method in class org.locationtech.proj4j.CRSFactory
-
- getRowFromNearestParallel(double) - Static method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- getScaleFactor() - Method in class org.locationtech.proj4j.proj.Projection
-
Gets the projection scale factor.
- getShortName() - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- getSourceCRS() - Method in class org.locationtech.proj4j.BasicCoordinateTransform
-
- getSourceCRS() - Method in interface org.locationtech.proj4j.CoordinateTransform
-
- getSouthernHemisphere() - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- getSouthernHemisphere() - Method in class org.locationtech.proj4j.proj.Projection
-
- getSouthernHemisphere() - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- getTargetCRS() - Method in class org.locationtech.proj4j.BasicCoordinateTransform
-
- getTargetCRS() - Method in interface org.locationtech.proj4j.CoordinateTransform
-
- getTransformToWGS84() - Method in class org.locationtech.proj4j.datum.Datum
-
- getTransformType() - Method in class org.locationtech.proj4j.datum.Datum
-
- getTrueScaleLatitude() - Method in class org.locationtech.proj4j.proj.Projection
-
- getTrueScaleLatitudeDegrees() - Method in class org.locationtech.proj4j.proj.Projection
-
- getUnits() - Method in class org.locationtech.proj4j.proj.Projection
-
- getW() - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- getW() - Method in class org.locationtech.proj4j.proj.LagrangeProjection
-
- getWidth(double) - Method in class org.locationtech.proj4j.proj.SinusoidalProjection
-
- getZoneFromNearestMeridian(double) - Static method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- GGRS87 - Static variable in class org.locationtech.proj4j.datum.Datum
-
- Ginsburg8Projection - Class in org.locationtech.proj4j.proj
-
- Ginsburg8Projection() - Constructor for class org.locationtech.proj4j.proj.Ginsburg8Projection
-
- GnomonicAzimuthalProjection - Class in org.locationtech.proj4j.proj
-
- GnomonicAzimuthalProjection() - Constructor for class org.locationtech.proj4j.proj.GnomonicAzimuthalProjection
-
- GnomonicAzimuthalProjection(double, double) - Constructor for class org.locationtech.proj4j.proj.GnomonicAzimuthalProjection
-
- GoodeProjection - Class in org.locationtech.proj4j.proj
-
- GoodeProjection() - Constructor for class org.locationtech.proj4j.proj.GoodeProjection
-
- greatCircleDistance(double, double, double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- Grid - Class in org.locationtech.proj4j.datum
-
A Grid represents a geodetic datum defining some mapping between a
coordinate system referenced to the surface of the earth and spherical
coordinates.
- Grid() - Constructor for class org.locationtech.proj4j.datum.Grid
-
- Grid.ConversionTable - Class in org.locationtech.proj4j.datum
-
- GRS67 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- GRS80 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- i - Variable in class org.locationtech.proj4j.util.Complex
-
- IAU76 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- id - Variable in class org.locationtech.proj4j.datum.Grid.ConversionTable
-
ASCII info
- INCHES - Static variable in class org.locationtech.proj4j.units.Units
-
- init(DataInputStream) - Static method in class org.locationtech.proj4j.datum.CTABLEV2
-
- init(DataInputStream) - Static method in class org.locationtech.proj4j.datum.NTV1
-
- init(double) - Method in class org.locationtech.proj4j.proj.MolleweideProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.AiryProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.AitoffProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.AlbersProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.AzimuthalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.BipolarProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.BonneProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.CassiniProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.CylindricalEqualAreaProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.EqualAreaAzimuthalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.EquidistantAzimuthalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.FoucautSinusoidalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.GaussProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.GnomonicAzimuthalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.LagrangeProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.LambertConformalConicProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.LandsatProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.LongLatProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.NewZealandMapGridProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.ObliqueMercatorProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.ObliqueStereographicAlternativeProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.PerspectiveProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.PolyconicProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.Projection
-
Initialize the projection.
- initialize() - Method in class org.locationtech.proj4j.proj.RectangularPolyconicProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.SimpleConicProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.SwissObliqueMercatorProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.TransverseCylindricalEqualArea
-
- initialize() - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.UrmaevFlatPolarSinusoidalProjection
-
- initialize() - Method in class org.locationtech.proj4j.proj.Wagner3Projection
-
- inside(double, double) - Method in class org.locationtech.proj4j.proj.AzimuthalProjection
-
- inside(double, double) - Method in class org.locationtech.proj4j.proj.Projection
-
Returns true if the given lat/long point is visible in this projection
- INTERNATIONAL - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- INTERNATIONAL_1967 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- INTL - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- IntPolarCoordinate - Class in org.locationtech.proj4j.util
-
- IntPolarCoordinate(IntPolarCoordinate) - Constructor for class org.locationtech.proj4j.util.IntPolarCoordinate
-
- IntPolarCoordinate(int, int) - Constructor for class org.locationtech.proj4j.util.IntPolarCoordinate
-
- inv_mlfn(double, double, double[]) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- InvalidValueException - Exception in org.locationtech.proj4j
-
Signals that a parameter or computed internal variable
has a value which lies outside the
allowable bounds for the computation in which it is being used.
- InvalidValueException(String) - Constructor for exception org.locationtech.proj4j.InvalidValueException
-
- Inverse(double, double, double, double) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Solve the inverse geodesic problem.
- Inverse(double, double, double, double, int) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Solve the inverse geodesic problem with a subset of the geodesic results
returned.
- InverseLine(double, double, double, double) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Define a
GeodesicLine in terms of the inverse geodesic problem
with all capabilities included.
- InverseLine(double, double, double, double, int) - Method in class org.locationtech.proj4j.geodesic.Geodesic
-
Define a
GeodesicLine in terms of the inverse geodesic problem
with a subset of the capabilities included.
- inverseProject(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EquidistantConicProjection
-
- inverseProject(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LinearProjection
-
- inverseProject(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Inverse-projects a point (in the units defined by the coordinate system),
producing a geographic result (in degrees)
- inverseProjectRadians(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeocentProjection
-
- inverseProjectRadians(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Inverse-transforms a point (in the units defined by the coordinate system),
producing a geographic result (in radians)
- inverseShift(ProjCoordinate) - Method in class org.locationtech.proj4j.datum.Datum
-
- inverseTransform(double[], int, double[], int, int) - Method in class org.locationtech.proj4j.proj.LinearProjection
-
- IRE65 - Static variable in class org.locationtech.proj4j.datum.Datum
-
- isConformal() - Method in class org.locationtech.proj4j.proj.AugustProjection
-
Returns true if this projection is conformal
- isConformal() - Method in class org.locationtech.proj4j.proj.LagrangeProjection
-
Returns true if this projection is conformal
- isConformal() - Method in class org.locationtech.proj4j.proj.LambertConformalConicProjection
-
Returns true if this projection is conformal
- isConformal() - Method in class org.locationtech.proj4j.proj.Projection
-
Tests whether this projection is conformal.
- isConformal() - Method in class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
Returns true if this projection is conformal
- isEqual(Datum) - Method in class org.locationtech.proj4j.datum.Datum
-
Tests if this is equal to another
Datum.
- isEqual(Ellipsoid) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- isEqual(Ellipsoid, double) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- isEqual(GeocentricConverter) - Method in class org.locationtech.proj4j.datum.GeocentricConverter
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.AlbersProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.BoggsProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.BonneProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.CollignonProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.CrasterProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.Eckert4Projection
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.Eckert6Projection
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.EqualAreaAzimuthalProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.HammerProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarQuarticProjection
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.MolleweideProjection
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.Projection
-
Tests whether this projection is equal-area
An equal-area projection preserves relative sizes
of projected areas.
- isEqualArea() - Method in class org.locationtech.proj4j.proj.PutninsP4Projection
-
Returns true if this projection is equal area
- isEqualArea() - Method in class org.locationtech.proj4j.proj.SinusoidalProjection
-
- isEqualArea() - Method in class org.locationtech.proj4j.proj.Wagner7Projection
-
Returns true if this projection is equal area
- isGeographic() - Method in class org.locationtech.proj4j.CoordinateReferenceSystem
-
- isGeographic() - Method in class org.locationtech.proj4j.proj.LongLatProjection
-
- isGeographic() - Method in class org.locationtech.proj4j.proj.Projection
-
Is this "projection" longlat? Overridden in LongLatProjection.
- isIdentity(double[]) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
Tests whether the datum parameter-based transform
is the identity transform
(in which case datum transformation can be short-circuited,
thus avoiding some loss of numerical precision).
- isRectilinear() - Method in class org.locationtech.proj4j.proj.CylindricalEqualAreaProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.CylindricalProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.LinearProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.MercatorProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.NullProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.PlateCarreeProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.Projection
-
Tests whether under this projection lines of
latitude and longitude form a rectangular grid
- isRectilinear() - Method in class org.locationtech.proj4j.proj.PseudoCylindricalProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.TransverseCylindricalEqualArea
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- isRectilinear() - Method in class org.locationtech.proj4j.proj.TranverseCentralCylindricalProjection
-
- isSouth - Variable in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
Indicates whether a Southern Hemisphere UTM zone
- isSouth - Variable in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
Indicates whether a Southern Hemisphere UTM zone
- isSupported(String) - Static method in class org.locationtech.proj4j.parser.Proj4Keyword
-
- Pair - Class in org.locationtech.proj4j.geodesic
-
A pair of double precision numbers.
- Pair(double, double) - Constructor for class org.locationtech.proj4j.geodesic.Pair
-
Constructor
- Pair() - Constructor for class org.locationtech.proj4j.geodesic.Pair
-
No-argument Constructor
- Pair<A,B> - Class in org.locationtech.proj4j.util
-
- Pair() - Constructor for class org.locationtech.proj4j.util.Pair
-
- Pair(A, B) - Constructor for class org.locationtech.proj4j.util.Pair
-
- parallelsAreParallel() - Method in class org.locationtech.proj4j.proj.DenoyerProjection
-
- parallelsAreParallel() - Method in class org.locationtech.proj4j.proj.Projection
-
Returns true if latitude lines are parallel for this projection
- parse(String, String[]) - Method in class org.locationtech.proj4j.parser.Proj4Parser
-
- parse(String) - Static method in class org.locationtech.proj4j.units.Angle
-
Parses a text representation of a degree angle in various formats.
- parse(String, ParsePosition) - Method in class org.locationtech.proj4j.units.AngleFormat
-
Deprecated.
- parse(String) - Method in class org.locationtech.proj4j.units.DegreeUnit
-
- parse(String) - Method in class org.locationtech.proj4j.units.Unit
-
- PCONIC - Static variable in class org.locationtech.proj4j.proj.SimpleConicProjection
-
- PerspectiveConicProjection - Class in org.locationtech.proj4j.proj
-
- PerspectiveConicProjection() - Constructor for class org.locationtech.proj4j.proj.PerspectiveConicProjection
-
- PerspectiveProjection - Class in org.locationtech.proj4j.proj
-
- PerspectiveProjection() - Constructor for class org.locationtech.proj4j.proj.PerspectiveProjection
-
- phi - Variable in class org.locationtech.proj4j.util.FloatPolarCoordinate
-
- phi - Variable in class org.locationtech.proj4j.util.IntPolarCoordinate
-
- phi - Variable in class org.locationtech.proj4j.util.PolarCoordinate
-
- phi2(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- phic0 - Variable in class org.locationtech.proj4j.proj.GaussProjection
-
- PI - Static variable in class org.locationtech.proj4j.util.ProjectionMath
-
- PlateCarreeProjection - Class in org.locationtech.proj4j.proj
-
- PlateCarreeProjection() - Constructor for class org.locationtech.proj4j.proj.PlateCarreeProjection
-
- PLESSIS - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- plural - Variable in class org.locationtech.proj4j.units.Unit
-
- pm - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- POINTS - Static variable in class org.locationtech.proj4j.units.Units
-
- PolarCoordinate - Class in org.locationtech.proj4j.util
-
- PolarCoordinate(PolarCoordinate) - Constructor for class org.locationtech.proj4j.util.PolarCoordinate
-
- PolarCoordinate(double, double) - Constructor for class org.locationtech.proj4j.util.PolarCoordinate
-
- poleRadius - Variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- PolyconicProjection - Class in org.locationtech.proj4j.proj
-
- PolyconicProjection() - Constructor for class org.locationtech.proj4j.proj.PolyconicProjection
-
- polyval(int, double[], int, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Evaluate a polynomial.
- Position(double) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Compute the position of point 2 which is a distance s12 (meters)
from point 1.
- Position(double, int) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Compute the position of point 2 which is a distance s12 (meters)
from point 1 and with a subset of the geodesic results returned.
- Position(boolean, double, int) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
The general position function.
- POTSDAM - Static variable in class org.locationtech.proj4j.datum.Datum
-
- PrimeMeridian - Class in org.locationtech.proj4j.datum
-
A PrimeMeridian represents a constant offset from Greenwich in radians of
longitude.
- proj - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- Proj4FileReader - Class in org.locationtech.proj4j.io
-
- Proj4FileReader() - Constructor for class org.locationtech.proj4j.io.Proj4FileReader
-
- Proj4jException - Exception in org.locationtech.proj4j
-
Signals that a situation or data state has been encountered
which prevents computation from proceeding,
or which would lead to erroneous results.
- Proj4jException() - Constructor for exception org.locationtech.proj4j.Proj4jException
-
- Proj4jException(String) - Constructor for exception org.locationtech.proj4j.Proj4jException
-
- Proj4Keyword - Class in org.locationtech.proj4j.parser
-
- Proj4Keyword() - Constructor for class org.locationtech.proj4j.parser.Proj4Keyword
-
- Proj4Parser - Class in org.locationtech.proj4j.parser
-
- Proj4Parser(Registry) - Constructor for class org.locationtech.proj4j.parser.Proj4Parser
-
- ProjCoordinate - Class in org.locationtech.proj4j
-
- ProjCoordinate() - Constructor for class org.locationtech.proj4j.ProjCoordinate
-
Creates a ProjCoordinate with default ordinate values.
- ProjCoordinate(double, double, double) - Constructor for class org.locationtech.proj4j.ProjCoordinate
-
Creates a ProjCoordinate using the provided double parameters.
- ProjCoordinate(double, double) - Constructor for class org.locationtech.proj4j.ProjCoordinate
-
Creates a ProjCoordinate using the provided double parameters.
- ProjCoordinate(String) - Constructor for class org.locationtech.proj4j.ProjCoordinate
-
Create a ProjCoordinate by parsing a String in the same format as returned
by the toString method defined by this class.
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.AiryProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.AitoffProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.AlbersProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.AugustProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.BipolarProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.BoggsProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.BonneProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CassiniProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CentralCylindricalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CollignonProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CrasterProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CylindricalEqualAreaProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.DenoyerProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert1Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert2Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert4Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert5Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert6Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EqualAreaAzimuthalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EquidistantAzimuthalProjection
-
- project(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EquidistantConicProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.FaheyProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.FoucautSinusoidalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GallProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GaussProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Ginsburg8Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GnomonicAzimuthalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GoodeProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.HatanoProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.KrovakProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LagrangeProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertConformalConicProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LandsatProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LarriveeProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LaskowskiProjection
-
- project(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LinearProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LoximuthalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarParabolicProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarQuarticProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarSine2Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MercatorProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MillerProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MolleweideProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NellHProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NellProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NewZealandMapGridProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NicolosiProjection
-
- project(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NullProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ObliqueMercatorProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ObliqueStereographicAlternativeProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.OrthographicAzimuthalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PerspectiveProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PolyconicProjection
-
- project(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Projects a geographic point (in degrees), producing a projected result
(in the units of the target coordinate system).
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Computes the projection of a given point
(i.e.
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP2Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP4Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP5Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.RectangularPolyconicProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.RobinsonProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SimpleConicProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SinusoidalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SwissObliqueMercatorProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.TransverseCylindricalEqualArea
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.TranverseCentralCylindricalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.UrmaevFlatPolarSinusoidalProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.VanDerGrintenProjection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Wagner2Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Wagner3Projection
-
- project(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Wagner7Projection
-
- project_e(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- project_e(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- project_s(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- project_s(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.AlbersProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.BipolarProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.BonneProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CassiniProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CentralCylindricalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CollignonProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CrasterProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.CylindricalEqualAreaProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert1Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert2Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert4Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert5Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Eckert6Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EqualAreaAzimuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.EquidistantAzimuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.FaheyProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.FoucautSinusoidalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GallProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GaussProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GnomonicAzimuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GoodeProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.HatanoProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.KrovakProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertConformalConicProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LoximuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarParabolicProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarQuarticProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.McBrydeThomasFlatPolarSine2Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MercatorProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MillerProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.MolleweideProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NellHProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NellProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NewZealandMapGridProjection
-
- projectInverse(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.NullProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ObliqueMercatorProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.ObliqueStereographicAlternativeProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.OrthographicAzimuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PolyconicProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Computes the inverse projection of a given point
(i.e.
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP2Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP4Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.PutninsP5Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.RobinsonProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SimpleConicProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SinusoidalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.SwissObliqueMercatorProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.TransverseCylindricalEqualArea
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.UrmaevFlatPolarSinusoidalProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.VanDerGrintenProjection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Wagner2Projection
-
- projectInverse(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Wagner3Projection
-
- projectInverse_e(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- projectInverse_e(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- projectInverse_s(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- projectInverse_s(double, double, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.LambertAzimuthalEqualAreaProjection
-
- Projection - Class in org.locationtech.proj4j.proj
-
A map projection is a mathematical algorithm
for representing a spheroidal surface
on a plane.
- Projection() - Constructor for class org.locationtech.proj4j.proj.Projection
-
- ProjectionException - Exception in org.locationtech.proj4j
-
Signals that an erroneous situation has
occured during the computation of
a projected coordinate system value.
- ProjectionException() - Constructor for exception org.locationtech.proj4j.ProjectionException
-
- ProjectionException(String) - Constructor for exception org.locationtech.proj4j.ProjectionException
-
- ProjectionException(Projection, String) - Constructor for exception org.locationtech.proj4j.ProjectionException
-
- projectionLatitude - Variable in class org.locationtech.proj4j.proj.Projection
-
The latitude of the centre of projection
- projectionLatitude1 - Variable in class org.locationtech.proj4j.proj.Projection
-
Standard parallel 1 (for projections which use it)
- projectionLatitude2 - Variable in class org.locationtech.proj4j.proj.Projection
-
Standard parallel 2 (for projections which use it)
- projectionLongitude - Variable in class org.locationtech.proj4j.proj.Projection
-
The longitude of the centre of projection, in radians
- ProjectionMath - Class in org.locationtech.proj4j.util
-
- ProjectionMath() - Constructor for class org.locationtech.proj4j.util.ProjectionMath
-
- ProjectionUtil - Class in org.locationtech.proj4j.util
-
- ProjectionUtil() - Constructor for class org.locationtech.proj4j.util.ProjectionUtil
-
- projectRadians(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.GeocentProjection
-
- projectRadians(ProjCoordinate, ProjCoordinate) - Method in class org.locationtech.proj4j.proj.Projection
-
Projects a geographic point (in radians), producing a projected result
(in the units of the target coordinate system).
- PseudoCylindricalProjection - Class in org.locationtech.proj4j.proj
-
The superclass for all pseudo-cylindrical projections - eg.
- PseudoCylindricalProjection() - Constructor for class org.locationtech.proj4j.proj.PseudoCylindricalProjection
-
- PutninsP2Projection - Class in org.locationtech.proj4j.proj
-
- PutninsP2Projection() - Constructor for class org.locationtech.proj4j.proj.PutninsP2Projection
-
- PutninsP4Projection - Class in org.locationtech.proj4j.proj
-
- PutninsP4Projection() - Constructor for class org.locationtech.proj4j.proj.PutninsP4Projection
-
- PutninsP5PProjection - Class in org.locationtech.proj4j.proj
-
- PutninsP5PProjection() - Constructor for class org.locationtech.proj4j.proj.PutninsP5PProjection
-
- PutninsP5Projection - Class in org.locationtech.proj4j.proj
-
- PutninsP5Projection() - Constructor for class org.locationtech.proj4j.proj.PutninsP5Projection
-
- s12 - Variable in class org.locationtech.proj4j.geodesic.GeodesicData
-
distance between point 1 and point 2 (meters).
- S12 - Variable in class org.locationtech.proj4j.geodesic.GeodesicData
-
area under the geodesic (meters2).
- sameSigns(double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- sameSigns(int, int) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- scaleFactor - Variable in class org.locationtech.proj4j.proj.Projection
-
The projection scale factor
- SEASIA - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- second - Variable in class org.locationtech.proj4j.geodesic.Pair
-
The second member of the pair.
- SECONDS_TO_RAD - Static variable in class org.locationtech.proj4j.util.ProjectionMath
-
- setA(double) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setAlpha(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Sets the alpha value.
- setAlphaDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Sets the alpha value.
- setAxisOrder(String) - Method in class org.locationtech.proj4j.proj.Projection
-
- setB(double) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setDatum(Datum) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setDatumTransform(double[]) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- SetDistance(double) - Method in class org.locationtech.proj4j.geodesic.GeodesicLine
-
Specify position of point 3 in terms of distance.
- setEccentricitySquared(double) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- setEllipsoid(Ellipsoid) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setEllipsoid(Ellipsoid) - Method in class org.locationtech.proj4j.proj.Projection
-
- setEquatorRadius(double) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- setES(double) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setF(double) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setFalseEasting(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the false Easting in projected units.
- setFalseNorthing(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the false Northing in projected units.
- setFirst(A) - Method in class org.locationtech.proj4j.util.Pair
-
- setFromMetres(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the conversion factor from metres to projected units.
- setGamma(double) - Method in class org.locationtech.proj4j.proj.ObliqueMercatorProjection
-
- setGamma(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setGammaDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setGrids(List<Grid>) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setHeightOfOrbit(double) - Method in class org.locationtech.proj4j.proj.GeostationarySatelliteProjection
-
- setHeightOfOrbit(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set height of orbit - Geostationary satellite projection
- setLonC(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Sets the lonc value.
- setLonCDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Sets the lonc value.
- setM(double) - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- setMapRadius(double) - Method in class org.locationtech.proj4j.proj.AzimuthalProjection
-
Set the map radius (in degrees).
- setMaxLatitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the maximum latitude.
- setMaxLongitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setMaxLongitudeDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setMinLatitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the minimum latitude.
- setMinLongitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setMinLongitudeDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setN(double) - Method in class org.locationtech.proj4j.proj.UrmaevFlatPolarSinusoidalProjection
-
- setName(String) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- setName(String) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the name of this projection.
- setNoUoff(boolean) - Method in class org.locationtech.proj4j.proj.ObliqueMercatorProjection
-
- setNoUoff(boolean) - Method in class org.locationtech.proj4j.proj.Projection
-
- setPrimeMeridian(String) - Method in class org.locationtech.proj4j.proj.Projection
-
- setProjectionLatitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in radians.
- setProjectionLatitude1(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in radians.
- setProjectionLatitude1Degrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in degrees.
- setProjectionLatitude2(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in radians.
- setProjectionLatitude2Degrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in degrees.
- setProjectionLatitudeDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection latitude in degrees.
- setProjectionLongitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection longitude in radians.
- setProjectionLongitudeDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection longitude in degrees.
- setR_A() - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setRadius(double) - Method in class org.locationtech.proj4j.proj.Projection
-
- setRF(double) - Method in class org.locationtech.proj4j.parser.DatumParameters
-
- setScaleFactor(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the projection scale factor.
- setSecond(B) - Method in class org.locationtech.proj4j.util.Pair
-
- setShortName(String) - Method in class org.locationtech.proj4j.datum.Ellipsoid
-
- setSouthernHemisphere(boolean) - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- setSouthernHemisphere(boolean) - Method in class org.locationtech.proj4j.proj.Projection
-
- setSouthernHemisphere(boolean) - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- setTrueScaleLatitude(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the latitude of true scale in radians.
- setTrueScaleLatitudeDegrees(double) - Method in class org.locationtech.proj4j.proj.Projection
-
Set the latitude of true scale in degrees.
- setUnits(Unit) - Method in class org.locationtech.proj4j.proj.Projection
-
- setupUPS(int) - Method in class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- setUTMZone(int) - Method in class org.locationtech.proj4j.proj.ExtendedTransverseMercatorProjection
-
- setUTMZone(int) - Method in class org.locationtech.proj4j.proj.TransverseMercatorProjection
-
- setValue(ProjCoordinate) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Sets the value of this coordinate to
be equal to the given coordinate's ordinates.
- setValue(double, double) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Sets the value of this coordinate to
be equal to the given ordinates.
- setValue(double, double, double) - Method in class org.locationtech.proj4j.ProjCoordinate
-
Sets the value of this coordinate to
be equal to the given ordinates.
- setW(double) - Method in class org.locationtech.proj4j.proj.HammerProjection
-
- setW(double) - Method in class org.locationtech.proj4j.proj.LagrangeProjection
-
- SGS85 - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- shift(ProjCoordinate) - Method in class org.locationtech.proj4j.datum.Datum
-
- shift(List<Grid>, boolean, ProjCoordinate) - Static method in class org.locationtech.proj4j.datum.Grid
-
Convert between this grid and WGS84, or vice versa if the inverse flag is set.
- shortName - Variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- SimpleConicProjection - Class in org.locationtech.proj4j.proj
-
- SimpleConicProjection() - Constructor for class org.locationtech.proj4j.proj.SimpleConicProjection
-
- SimpleConicProjection(int) - Constructor for class org.locationtech.proj4j.proj.SimpleConicProjection
-
- sincosd(Pair, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Evaluate the sine and cosine function with the argument in degrees
- sincosde(Pair, double, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Evaluate the sine and cosine function with reduced argument plus correction
- SinCosSeries(boolean, double, double, double[]) - Static method in class org.locationtech.proj4j.geodesic.Geodesic
-
- sind(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
Degree versions of trigonometric functions
- sinphi0 - Variable in class org.locationtech.proj4j.proj.AzimuthalProjection
-
- SinusoidalProjection - Class in org.locationtech.proj4j.proj
-
- SinusoidalProjection() - Constructor for class org.locationtech.proj4j.proj.SinusoidalProjection
-
- snd() - Method in class org.locationtech.proj4j.util.Pair
-
- south - Static variable in class org.locationtech.proj4j.parser.Proj4Keyword
-
- SOUTH_POLE - Static variable in class org.locationtech.proj4j.proj.AzimuthalProjection
-
- SPHERE - Static variable in class org.locationtech.proj4j.datum.Ellipsoid
-
- spherical - Variable in class org.locationtech.proj4j.proj.Projection
-
True if this projection is using a sphere (es == 0)
- sphericalAzimuth(double, double, double, double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- sq(double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
Square a number.
- sqrt(double) - Static method in class org.locationtech.proj4j.util.ProjectionMath
-
- STANDARD - Static variable in class org.locationtech.proj4j.geodesic.GeodesicMask
-
All of the above, the "standard" output and capabilities.
- StereographicAzimuthalProjection - Class in org.locationtech.proj4j.proj
-
- StereographicAzimuthalProjection() - Constructor for class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- StereographicAzimuthalProjection(double, double) - Constructor for class org.locationtech.proj4j.proj.StereographicAzimuthalProjection
-
- STR_SEC_ABBREV - Static variable in class org.locationtech.proj4j.units.AngleFormat
-
- STR_SEC_SYMBOL - Static variable in class org.locationtech.proj4j.units.AngleFormat
-
- sum(Pair, double, double) - Static method in class org.locationtech.proj4j.geodesic.GeoMath
-
The error-free sum of two numbers.
- supportedParameters() - Static method in class org.locationtech.proj4j.parser.Proj4Keyword
-
- SwissObliqueMercatorProjection - Class in org.locationtech.proj4j.proj
-
Swiss Oblique Mercator Projection algorithm is taken from the USGS PROJ.4 package.
- SwissObliqueMercatorProjection() - Constructor for class org.locationtech.proj4j.proj.SwissObliqueMercatorProjection
-