JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.umn.cs.spatialHadoop.nasa
Interface GeoProjector
All Known Implementing Classes:
MercatorProjector
public interface
GeoProjector
Converts a point from the latitude/longitude space to another projection.
Author:
Ahmed Eldawy
Method Summary
Methods
Modifier and Type
Method and Description
void
project
(
Shape
shape)
Converts the given point (in-place) provided in latitude/longitude space.
Method Detail
project
void project(
Shape
shape)
Converts the given point (in-place) provided in latitude/longitude space.
Parameters:
pt
-
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method