Package | Description |
---|---|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
org.apache.sis.referencing.factory.sql |
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
|
org.apache.sis.storage.gdal |
Extensions to referencing services as wrapper around the C/C++ Proj.4 library.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A concurrent authority factory that caches all objects created by another factory.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonAuthorityFactory
Creates coordinate reference systems in the "
OGC ", "CRS " or "AUTO(2)" namespaces. |
class |
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A concurrent authority factory that caches all objects created by another factory.
|
class |
MultiAuthoritiesFactory
A factory that delegates the object creation to another factory determined from the authority part
in “authority:code” arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
EPSGDataAccess
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.
|
class |
EPSGFactory
A geodetic object factory backed by the EPSG database.
|
Modifier and Type | Class and Description |
---|---|
class |
Proj4Factory
A factory for Coordinate Reference Systems created from Proj.4 definitions.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.