Uses of Interface
org.episteme.natural.earth.coordinates.EarthCoordinate
Packages that use EarthCoordinate
Package
Description
Provides classes for social geography, human settlements, and mapping.
Provides classes and interfaces for archaeological research and analysis.
-
Uses of EarthCoordinate in org.episteme.natural.earth
Classes in org.episteme.natural.earth that implement interfaces with type arguments of type EarthCoordinateModifier and TypeClassDescriptionclassBase class for all geographical features and named locations.Methods in org.episteme.natural.earth that return EarthCoordinateMethods in org.episteme.natural.earth that return types with arguments of type EarthCoordinateMethod parameters in org.episteme.natural.earth with type arguments of type EarthCoordinate -
Uses of EarthCoordinate in org.episteme.natural.earth.coordinates
Classes in org.episteme.natural.earth.coordinates that implement EarthCoordinateModifier and TypeClassDescriptionfinal classAzimuth-Elevation-Range (AER) local spherical coordinate system.classRepresents a coordinate in the Albers Equal-Area Conic projection.classRepresents a coordinate in the Bonne projection.classRepresents a coordinate in the Cassini-Soldner projection.final classEarth-Centered, Earth-Fixed (ECEF) Cartesian coordinate system.final classEast-North-Up (ENU) topocentric coordinate system.classRepresents a point on the Earth defined by latitude, longitude, and height.classRepresents a coordinate in the Lambert Azimuthal Equal-Area (LAEA) projection.final classLambert Conformal Conic (LCC) projection coordinate.final classMercator projection coordinate.final classMilitary Grid Reference System (MGRS) coordinate.classRepresents a coordinate in the American Polyconic projection.final classUniversal Polar Stereographic (UPS) coordinate.final classUniversal Transverse Mercator (UTM) coordinate.Subinterfaces with type arguments of type EarthCoordinate in org.episteme.natural.earth.coordinatesModifier and TypeInterfaceDescriptioninterfaceBase interface for all Earth coordinate systems.interfaceBase interface for all Earth coordinate systems.Methods in org.episteme.natural.earth.coordinates that return EarthCoordinateModifier and TypeMethodDescriptiondefault EarthCoordinateEarthCoordinate.getPosition()Returns this coordinate as the position (for Positioned interface).Methods in org.episteme.natural.earth.coordinates with parameters of type EarthCoordinateModifier and TypeMethodDescriptionEarthCoordinate.distanceTo(EarthCoordinate other) Calculates the distance to another Earth coordinate. -
Uses of EarthCoordinate in org.episteme.social.geography
Subclasses with type arguments of type EarthCoordinate in org.episteme.social.geographyModifier and TypeClassDescriptionclassRepresents a geographical path, which can consist of multiple disjoint segments (MultiLineString).classA geographical polygon supporting multiple disjoint regions (exclaves) and holes (enclaves).Classes in org.episteme.social.geography that implement interfaces with type arguments of type EarthCoordinateModifier and TypeClassDescriptionclassRepresents a mailing or physical address for a location.classGeographic bounding box implementation.static classInner class representing a single continuous path segment.static classInner class representing a simple polygon (1 exterior + N interiors).Methods in org.episteme.social.geography that return EarthCoordinateModifier and TypeMethodDescriptionGeoPath.SimpleGeoPath.getCentroid()GeoPolygon.SimpleGeoPolygon.getCentroid()GeoBoundingBox.getMax()GeoBoundingBox.getMin()Address.getPosition()Methods in org.episteme.social.geography that return types with arguments of type EarthCoordinateModifier and TypeMethodDescriptionGeoPath.SimpleGeoPath.convexHull()GeoPolygon.SimpleGeoPolygon.convexHull()TimedPlace.getBoundariesAt(TimeCoordinate time) Returns the effective boundaries at a specific time.GeoPath.SimpleGeoPath.getBoundingBox()GeoPolygon.SimpleGeoPolygon.getBoundingBox()GeoBoundingBox.include(EarthCoordinate point) GeoPath.SimpleGeoPath.intersection(Boundary<EarthCoordinate> other) GeoPolygon.SimpleGeoPolygon.intersection(Boundary<EarthCoordinate> other) GeoBoundingBox.merge(BoundingBox<EarthCoordinate> other) GeoPath.SimpleGeoPath.translate(EarthCoordinate offset) GeoPolygon.SimpleGeoPolygon.translate(EarthCoordinate offset) GeoPath.SimpleGeoPath.union(Boundary<EarthCoordinate> other) GeoPolygon.SimpleGeoPolygon.union(Boundary<EarthCoordinate> other) Methods in org.episteme.social.geography with parameters of type EarthCoordinateModifier and TypeMethodDescriptionbooleanGeoBoundingBox.contains(EarthCoordinate point) booleanGeoPath.SimpleGeoPath.contains(EarthCoordinate point) booleanGeoPolygon.SimpleGeoPolygon.contains(EarthCoordinate point) GeoBoundingBox.include(EarthCoordinate point) GeoPath.SimpleGeoPath.translate(EarthCoordinate offset) GeoPolygon.SimpleGeoPolygon.translate(EarthCoordinate offset) Method parameters in org.episteme.social.geography with type arguments of type EarthCoordinateModifier and TypeMethodDescriptionGeoPath.SimpleGeoPath.intersection(Boundary<EarthCoordinate> other) GeoPolygon.SimpleGeoPolygon.intersection(Boundary<EarthCoordinate> other) booleanGeoBoundingBox.intersects(BoundingBox<EarthCoordinate> other) booleanGeoPath.SimpleGeoPath.intersects(Boundary<EarthCoordinate> other) booleanGeoPolygon.SimpleGeoPolygon.intersects(Boundary<EarthCoordinate> other) GeoBoundingBox.merge(BoundingBox<EarthCoordinate> other) GeoPath.SimpleGeoPath.union(Boundary<EarthCoordinate> other) GeoPolygon.SimpleGeoPolygon.union(Boundary<EarthCoordinate> other) -
Uses of EarthCoordinate in org.episteme.social.history.archeology
Methods in org.episteme.social.history.archeology that return types with arguments of type EarthCoordinateMethod parameters in org.episteme.social.history.archeology with type arguments of type EarthCoordinateConstructor parameters in org.episteme.social.history.archeology with type arguments of type EarthCoordinateModifierConstructorDescriptionSite(String name, TimeCoordinate excavationStartDate, Boundary<EarthCoordinate> limits)