public class AuthorityProjections extends Object
| Constructor and Description |
|---|
AuthorityProjections(String authority)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProjection(Projection projection)
Add the projection to the authority
|
void |
clear()
Clear all projections for the authority
|
void |
clear(long code)
Clear the projection with the code
|
void |
clear(String code)
Clear the projection with the code
|
String |
getAuthority()
Get the authority
|
Projection |
getProjection(String code)
Get the projection for the code
|
public AuthorityProjections(String authority)
authority - coordinate authoritypublic String getAuthority()
public Projection getProjection(String code)
code - coordinate codepublic void addProjection(Projection projection)
projection - projectionpublic void clear()
public void clear(long code)
code - coordinate codepublic void clear(String code)
code - coordinate codeCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.