Package org.apache.sis.internal.util
Class URLs
java.lang.Object
org.apache.sis.util.Static
org.apache.sis.internal.util.URLs
Hard-coded URLs other than XML namespaces. Those URLs are mostly for documentation.
Note: other URLs are listed in the following classes:
Namespacesfor XML namespaces.OptionalInstallationsfor location of optional data to download.
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEPSG home page.static final StringInstallation instructions for EPSG database.static final StringEPSG terms of use.static final StringList of operation methods supported by Apache SIS.static final StringThe Well-Known Text (WKT) 2 specification implemented by Apache SIS. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EPSG
EPSG home page.- See Also:
-
EPSG_LICENSE
EPSG terms of use.- See Also:
-
EPSG_INSTALL
Installation instructions for EPSG database.- See Also:
-
OPERATION_METHODS
List of operation methods supported by Apache SIS.- See Also:
-
WKT_SPECIFICATION
The Well-Known Text (WKT) 2 specification implemented by Apache SIS.- See Also:
-
-
Constructor Details
-
URLs
private URLs()Do not allow instantiation of this class.
-