Skip navigation links
A C E G H I M P S T U W 

A

addProjection(Projection) - Method in class mil.nga.sf.proj.AuthorityProjections
Add the projection to the authority
AUTHORITY_EPSG - Static variable in class mil.nga.sf.proj.ProjectionConstants
EPSG authority name
AUTHORITY_NONE - Static variable in class mil.nga.sf.proj.ProjectionConstants
No authority name
AuthorityProjections - Class in mil.nga.sf.proj
Collection of projections for a single coordinate authority
AuthorityProjections(String) - Constructor for class mil.nga.sf.proj.AuthorityProjections
Constructor

C

clear() - Method in class mil.nga.sf.proj.AuthorityProjections
Clear all projections for the authority
clear(long) - Method in class mil.nga.sf.proj.AuthorityProjections
Clear the projection with the code
clear(String) - Method in class mil.nga.sf.proj.AuthorityProjections
Clear the projection with the code
clear() - Static method in class mil.nga.sf.proj.ProjectionFactory
Clear all authority projections
clear(String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Clear the authority projections
clear(String, long) - Static method in class mil.nga.sf.proj.ProjectionFactory
Clear the authority projection code
clear(String, String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Clear the authority projection code
clear() - Static method in class mil.nga.sf.proj.ProjectionRetriever
Clear the properties for all authorities
clear(String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Clear the properties for the authority
clear(String, long) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Clear the property for the authority code
clear(String, String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Clear the property for the authority code

E

EPSG_WEB_MERCATOR - Static variable in class mil.nga.sf.proj.ProjectionConstants
EPSG code for web mercator
EPSG_WORLD_GEODETIC_SYSTEM - Static variable in class mil.nga.sf.proj.ProjectionConstants
EPSG world geodetic system
EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D - Static variable in class mil.nga.sf.proj.ProjectionConstants
EPSG code for world geodetic system geographical 3d
equals(String, long) - Method in class mil.nga.sf.proj.Projection
Check if this projection is equal to the authority and code
equals(String, String) - Method in class mil.nga.sf.proj.Projection
Check if this projection is equal to the authority and code
equals(Object) - Method in class mil.nga.sf.proj.Projection

G

GeometryProjectionTransform - Class in mil.nga.sf.proj
Geometry Projection Transform
GeometryProjectionTransform(ProjectionTransform) - Constructor for class mil.nga.sf.proj.GeometryProjectionTransform
Constructor
getAuthority() - Method in class mil.nga.sf.proj.AuthorityProjections
Get the authority
getAuthority() - Method in class mil.nga.sf.proj.Projection
Get the coordinate authority
getCode() - Method in class mil.nga.sf.proj.Projection
Get the coordinate code
getCrs() - Method in class mil.nga.sf.proj.Projection
Get the Coordinate Reference System
getFromProjection() - Method in class mil.nga.sf.proj.ProjectionTransform
Get the from projection in the transform
getInverseTransformation() - Method in class mil.nga.sf.proj.ProjectionTransform
Get the inverse transformation
getOrCreateProjections(String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get or create the projection properties
getProjection(String) - Method in class mil.nga.sf.proj.AuthorityProjections
Get the projection for the code
getProjection(long) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for the EPSG code
getProjection(String, long) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority and code
getProjection(String, String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority and code
getProjection(String, long, String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority, code, and parameter string
getProjection(String, String, String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority, code, and parameter string
getProjection(String, long, String[]) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority, code, and parameters
getProjection(String, String, String[]) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for authority, code, and parameters
getProjection(String, long, String[], String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for the authority, code, definition, and custom parameter array
getProjection(String, String, String[], String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get the projection for the authority, code, definition, and custom parameter array
getProjection(long) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get the proj4 projection string for the EPSG coordinate code
getProjection(String, long) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get the proj4 projection string for the authority coordinate code
getProjection(String, String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get the proj4 projection string for the authority coordinate code
getProjections(String) - Static method in class mil.nga.sf.proj.ProjectionFactory
Get or create projections for the authority
getProjections(String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get the projection properties for the authority
getToProjection() - Method in class mil.nga.sf.proj.ProjectionTransform
Get the to projection in the transform
getTransform() - Method in class mil.nga.sf.proj.ProjectionTransform
Get the transform
getTransformation(long) - Method in class mil.nga.sf.proj.Projection
Get the transformation from this Projection to the EPSG code.
getTransformation(String, long) - Method in class mil.nga.sf.proj.Projection
Get the transformation from this Projection to the authority and coordinate code.
getTransformation(Projection) - Method in class mil.nga.sf.proj.Projection
Get the transformation from this Projection to the provided projection.
getUnit() - Method in class mil.nga.sf.proj.Projection
Get the units of this projection

H

hashCode() - Method in class mil.nga.sf.proj.Projection

I

isSameProjection() - Method in class mil.nga.sf.proj.ProjectionTransform
Is the from and to projection the same?
isUnit(Unit) - Method in class mil.nga.sf.proj.Projection
Determine if the projection is in the provided unit

M

mil.nga.sf.proj - package mil.nga.sf.proj
 

P

Projection - Class in mil.nga.sf.proj
Single Projection for an authority and code
Projection(String, long, CoordinateReferenceSystem) - Constructor for class mil.nga.sf.proj.Projection
Constructor
Projection(String, String, CoordinateReferenceSystem) - Constructor for class mil.nga.sf.proj.Projection
Constructor
ProjectionConstants - Class in mil.nga.sf.proj
Projection constants
ProjectionConstants() - Constructor for class mil.nga.sf.proj.ProjectionConstants
 
ProjectionFactory - Class in mil.nga.sf.proj
Projection factory for coordinate projections and transformations
ProjectionFactory() - Constructor for class mil.nga.sf.proj.ProjectionFactory
 
ProjectionRetriever - Class in mil.nga.sf.proj
Retrieves the proj4 projection parameter string for an authority and coordinate code
ProjectionRetriever() - Constructor for class mil.nga.sf.proj.ProjectionRetriever
 
PROJECTIONS_PROPERTY_FILE_PREFIX - Static variable in class mil.nga.sf.proj.ProjectionRetriever
Projections property file name prefix
PROJECTIONS_PROPERTY_FILE_SUFFIX - Static variable in class mil.nga.sf.proj.ProjectionRetriever
Projections property file name suffix
ProjectionTransform - Class in mil.nga.sf.proj
Projection transform wrapper
propertyFileName(String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Get the property file name for the authority Resulting File Name Format: "projections" .lower_case_authority."properties"

S

setProjection(String, long, String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Set the projection for the authority and code, creating the authority if needed
setProjection(String, String, String) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Set the projection for the authority and code, creating the authority if needed
setProjections(String, InputStream) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Set the projections for the authority with the properties input stream
setProjections(String, Properties) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Set the authority projections as the provided properties
setProjections(String, File) - Static method in class mil.nga.sf.proj.ProjectionRetriever
Set the projections for the authority with the properties file

T

toMeters(double) - Method in class mil.nga.sf.proj.Projection
Convert the value to meters
transform(Geometry) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the geometry
transform(Point) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected point
transform(LineString) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected line string
transform(Polygon) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected polygon
transform(MultiPoint) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected multi point
transform(MultiLineString) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected multi line string
transform(MultiPolygon) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected multi polygon
transform(CircularString) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected circular string
transform(CompoundCurve) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected compound curve
transform(CurvePolygon<T>) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected curve polygon
transform(PolyhedralSurface) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected polyhedral surface
transform(TIN) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected TIN
transform(Triangle) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected triangle
transform(GeometryCollection<Geometry>) - Method in class mil.nga.sf.proj.GeometryProjectionTransform
Transform the projected geometry collection
transform(ProjCoordinate) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform the projected coordinate
transform(Point) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform the projected point
transform(List<Point>) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform a list of points
transform(Geometry) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform the projected geometry
transform(GeometryEnvelope) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform the geometry envelope
transform(double, double) - Method in class mil.nga.sf.proj.ProjectionTransform
Transform a x and y location

U

UNDEFINED_CARTESIAN - Static variable in class mil.nga.sf.proj.ProjectionConstants
Undefined Cartesian
UNDEFINED_GEOGRAPHIC - Static variable in class mil.nga.sf.proj.ProjectionConstants
Undefined Geographic

W

WEB_MERCATOR_HALF_WORLD_WIDTH - Static variable in class mil.nga.sf.proj.ProjectionConstants
Half the world distance in either direction
WEB_MERCATOR_MAX_LAT_RANGE - Static variable in class mil.nga.sf.proj.ProjectionConstants
Web Mercator Latitude Range (+ and -)
WEB_MERCATOR_MIN_LAT_RANGE - Static variable in class mil.nga.sf.proj.ProjectionConstants
Web Mercator Latitude Range (+ and -)
WEB_MERCATOR_PRECISION - Static variable in class mil.nga.sf.proj.ProjectionConstants
Web mercator precision
WGS84_HALF_WORLD_LAT_HEIGHT - Static variable in class mil.nga.sf.proj.ProjectionConstants
Half the world latitude height for WGS84
WGS84_HALF_WORLD_LON_WIDTH - Static variable in class mil.nga.sf.proj.ProjectionConstants
Half the world longitude width for WGS84
A C E G H I M P S T U W 
Skip navigation links

Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.