Uses of Class
org.episteme.natural.earth.coordinates.GeodeticCoordinate
Packages that use GeodeticCoordinate
Package
Description
Provides models and simulation engines for urban traffic flow analysis.
Provides classes for social geography, human settlements, and mapping.
-
Uses of GeodeticCoordinate in org.episteme.natural.earth
Methods in org.episteme.natural.earth that return GeodeticCoordinateMethods in org.episteme.natural.earth with parameters of type GeodeticCoordinateConstructors in org.episteme.natural.earth with parameters of type GeodeticCoordinate -
Uses of GeodeticCoordinate in org.episteme.natural.earth.coordinates
Methods in org.episteme.natural.earth.coordinates that return GeodeticCoordinateModifier and TypeMethodDescriptionstatic GeodeticCoordinateCoordinateConverter.fromECEF(ECEFCoordinate ecef) Converts ECEF to Geodetic.static GeodeticCoordinateCoordinateConverter.fromUTM(UTMCoordinate utm) Converts UTM back to Geodetic.AERCoordinate.getObserver()ENUCoordinate.getReferencePoint()AERCoordinate.toGeodetic()AlbersEqualAreaCoordinate.toGeodetic()BonneCoordinate.toGeodetic()CassiniSoldnerCoordinate.toGeodetic()EarthCoordinate.toGeodetic()Converts this coordinate to geodetic (lat/lon/height) form.ECEFCoordinate.toGeodetic()Converts ECEF to Geodetic coordinates using Heikkinen's closed-form algorithm.ENUCoordinate.toGeodetic()GeodeticCoordinate.toGeodetic()LambertAzimuthalEqualAreaCoordinate.toGeodetic()LambertConformalConicCoordinate.toGeodetic()MercatorCoordinate.toGeodetic()MGRSCoordinate.toGeodetic()PolyconicCoordinate.toGeodetic()UPSCoordinate.toGeodetic()UTMCoordinate.toGeodetic()Converts this UTM coordinate to Geodetic (Lat/Lon).Methods in org.episteme.natural.earth.coordinates with parameters of type GeodeticCoordinateModifier and TypeMethodDescriptionstatic ENUCoordinateENUCoordinate.fromECEF(ECEFCoordinate point, GeodeticCoordinate reference) Converts ECEF to ENU relative to a reference point.static AlbersEqualAreaCoordinateAlbersEqualAreaCoordinate.fromGeodetic(GeodeticCoordinate geodetic, AlbersEqualAreaCoordinate.AlbersParameters params) static BonneCoordinateBonneCoordinate.fromGeodetic(GeodeticCoordinate geodetic, BonneCoordinate.BonneParameters params) static CassiniSoldnerCoordinateCassiniSoldnerCoordinate.fromGeodetic(GeodeticCoordinate geodetic, CassiniSoldnerCoordinate.CassiniParameters params) LambertAzimuthalEqualAreaCoordinate.fromGeodetic(GeodeticCoordinate geodetic, LambertAzimuthalEqualAreaCoordinate.LAEAParameters params) LambertConformalConicCoordinate.fromGeodetic(GeodeticCoordinate geodetic, LambertConformalConicCoordinate.LCCParams p) Converts Geodetic to LCC.static MercatorCoordinateMercatorCoordinate.fromGeodetic(GeodeticCoordinate geodetic, boolean web) Converts Geodetic to Mercator.static PolyconicCoordinatePolyconicCoordinate.fromGeodetic(GeodeticCoordinate geodetic, PolyconicCoordinate.PolyconicParameters params) static UPSCoordinateUPSCoordinate.fromGeodetic(GeodeticCoordinate geodetic) Converts Geodetic to UPS.static UTMCoordinateUTMCoordinate.fromGeodetic(GeodeticCoordinate geodetic) Static factory to convert Geodetic to UTM.static AlbersEqualAreaCoordinateCoordinateConverter.toAlbers(GeodeticCoordinate geodetic, AlbersEqualAreaCoordinate.AlbersParameters params) Converts a geodetic point to Albers Equal-Area Conic.static BonneCoordinateCoordinateConverter.toBonne(GeodeticCoordinate geodetic, BonneCoordinate.BonneParameters params) Converts a geodetic point to Bonne.static CassiniSoldnerCoordinateCoordinateConverter.toCassini(GeodeticCoordinate geodetic, CassiniSoldnerCoordinate.CassiniParameters params) Converts a geodetic point to Cassini-Soldner.static ECEFCoordinateCoordinateConverter.toECEF(GeodeticCoordinate geodetic) Converts a geodetic point to ECEF XYZ.CoordinateConverter.toLAEA(GeodeticCoordinate geodetic, LambertAzimuthalEqualAreaCoordinate.LAEAParameters params) Converts a geodetic point to Lambert Azimuthal Equal-Area.CoordinateConverter.toLambert(GeodeticCoordinate geodetic, LambertConformalConicCoordinate.LCCParams params) Converts a geodetic point to Lambert Conformal Conic.static AERCoordinateCoordinateConverter.toLocalAER(GeodeticCoordinate target, GeodeticCoordinate observer) Converts a target geodetic point to local AER (Azimuth, Elevation, Range) relative to an observer.static ENUCoordinateCoordinateConverter.toLocalENU(GeodeticCoordinate target, GeodeticCoordinate observer) Converts a target geodetic point to local ENU relative to an observer.static MercatorCoordinateCoordinateConverter.toMercator(GeodeticCoordinate geodetic, boolean webMercator) Converts a geodetic point to Mercator.static MGRSCoordinateCoordinateConverter.toMGRS(GeodeticCoordinate geodetic) Converts a geodetic point to MGRS.static PolyconicCoordinateCoordinateConverter.toPolyconic(GeodeticCoordinate geodetic, PolyconicCoordinate.PolyconicParameters params) Converts a geodetic point to Polyconic.static UPSCoordinateCoordinateConverter.toUPS(GeodeticCoordinate geodetic) Converts a geodetic point to UPS (Universal Polar Stereographic).static UTMCoordinateCoordinateConverter.toUTM(GeodeticCoordinate geodetic) Converts a geodetic point to UTM.Constructors in org.episteme.natural.earth.coordinates with parameters of type GeodeticCoordinateModifierConstructorDescriptionAERCoordinate(double azimuth, double elevation, double slantRange, GeodeticCoordinate observer) ENUCoordinate(Real east, Real north, Real up, GeodeticCoordinate referencePoint) -
Uses of GeodeticCoordinate in org.episteme.natural.earth.geodesy
Methods in org.episteme.natural.earth.geodesy with parameters of type GeodeticCoordinateModifier and TypeMethodDescriptionGeodeticCalculator.calculateDistance(GeodeticCoordinate start, GeodeticCoordinate end) Calculates the geodetic distance between two coordinates on the surface of the ellipsoid. -
Uses of GeodeticCoordinate in org.episteme.social.architecture.traffic
Methods in org.episteme.social.architecture.traffic that return GeodeticCoordinateMethods in org.episteme.social.architecture.traffic with parameters of type GeodeticCoordinateConstructor parameters in org.episteme.social.architecture.traffic with type arguments of type GeodeticCoordinateModifierConstructorDescriptionRoad(String name, List<GeodeticCoordinate> coordinates, double speedLimit, int lanes) Initializes a new road segment. -
Uses of GeodeticCoordinate in org.episteme.social.geography
Methods in org.episteme.social.geography that return GeodeticCoordinateModifier and TypeMethodDescriptionAccessibilityIndex.Isochrone.center()Returns the value of thecenterrecord component.GeoMap.getBottomRight()GeoPath.getEnd()Compatibility method: returns the last point of the first segment.GeoPath.getStart()Compatibility method: returns the first point of the first segment.GeoMap.getTopLeft()AccessibilityIndex.AccessibilityResult.location()Returns the value of thelocationrecord component.Methods in org.episteme.social.geography that return types with arguments of type GeodeticCoordinateModifier and TypeMethodDescriptionAccessibilityIndex.Isochrone.boundaryPoints()Returns the value of theboundaryPointsrecord component.GeoPolygon.getExterior()Returns the exterior ring of the first exclave.GeoPolygon.SimpleGeoPolygon.getExterior()GeoPath.getPoints()Compatibility method: returns points of the first segment.GeoPath.SimpleGeoPath.getPoints()Methods in org.episteme.social.geography with parameters of type GeodeticCoordinateModifier and TypeMethodDescriptionvoidGeoPath.addPoint(GeodeticCoordinate point) Compatibility method: adds a point to the first segment.voidGeoPath.SimpleGeoPath.addPoint(GeodeticCoordinate point) AccessibilityIndex.calculateAccessibility(GeodeticCoordinate location, List<Place> facilities, Map<String, Double> weights) Calculates accessibility score for a location based on distance to nearest facilities.static doubleGISProfile.calculateDistanceMeters(GeodeticCoordinate c1, GeodeticCoordinate c2) Calculates the approximate distance in meters between two geodetic coordinates using the Haversine formula (spherical earth approximation).static AccessibilityIndex.IsochroneAccessibilityIndex.generateIsochrone(GeodeticCoordinate center, Duration limit, String mode) Generates an approximate isochrone (reachable area) boundary.GISProfile.project(GeodeticCoordinate coord) Projects a geodetic coordinate to a 2D plane coordinate system.voidGeoMap.setBottomRight(GeodeticCoordinate bottomRight) voidGeoMap.setTopLeft(GeodeticCoordinate topLeft) Method parameters in org.episteme.social.geography with type arguments of type GeodeticCoordinateModifier and TypeMethodDescriptionvoidGeoPolygon.addInterior(List<GeodeticCoordinate> points) Adds an interior ring (hole) to the first exclave.voidGeoPolygon.SimpleGeoPolygon.addInterior(List<GeodeticCoordinate> points) voidGeoPolygon.setExterior(List<GeodeticCoordinate> points) Sets the main exterior ring of the first exclave.voidGeoPolygon.SimpleGeoPolygon.setExterior(List<GeodeticCoordinate> points) Constructors in org.episteme.social.geography with parameters of type GeodeticCoordinateModifierConstructorDescriptionAccessibilityResult(GeodeticCoordinate location, Map<String, Duration> travelTimesToNearest, double compositeScore, String accessibilityLevel) Creates an instance of aAccessibilityResultrecord class.BusinessPlace(String name, GeodeticCoordinate coords) Constructor for direct coordinate usage.GeoMap(String name, GeodeticCoordinate topLeft, GeodeticCoordinate bottomRight) Isochrone(GeodeticCoordinate center, Duration travelTime, String travelMode, List<GeodeticCoordinate> boundaryPoints) Creates an instance of aIsochronerecord class.Constructor parameters in org.episteme.social.geography with type arguments of type GeodeticCoordinateModifierConstructorDescriptionGeoPolygon(List<GeodeticCoordinate> exterior) Compatibility constructor for a single simple polygon.Isochrone(GeodeticCoordinate center, Duration travelTime, String travelMode, List<GeodeticCoordinate> boundaryPoints) Creates an instance of aIsochronerecord class. -
Uses of GeodeticCoordinate in org.episteme.social.geography.loaders
Methods in org.episteme.social.geography.loaders that return types with arguments of type GeodeticCoordinateModifier and TypeMethodDescriptionGeoJSONReader.loadCoordinates(InputStream is) Loads raw coordinate pairs from a GeoJSON geometry.