- 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
- 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