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:
Namespaces
for XML namespaces.OptionalInstallations
for location of optional data to download.
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
EPSG home page.static final String
Installation instructions for EPSG database.static final String
EPSG terms of use.static final String
List of operation methods supported by Apache SIS.static final String
The 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.
-