Package | Description |
---|---|
org.apache.sis.referencing |
Base classes for reference systems used for general positioning.
|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
Modifier and Type | Method and Description |
---|---|
static IdentifiedObjectFinder |
IdentifiedObjects.newFinder(String authority)
Creates a finder which can be used for looking up unidentified objects.
|
Modifier and Type | Method and Description |
---|---|
<T extends AuthorityFactory> |
MultiAuthoritiesFactory.getAuthorityFactory(Class<T> type,
String authority,
String version)
Returns the factory identified by the given type, authority and version.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.