Uses of Class
org.apache.sis.internal.util.DefinitionURI
Packages that use DefinitionURI
Package
Description
A set of helper classes for the SIS implementation.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of DefinitionURI in org.apache.sis.internal.util
Fields in org.apache.sis.internal.util declared as DefinitionURIModifier and TypeFieldDescriptionDefinitionURI.components
If the URI contains sub-components, those sub-components.Methods in org.apache.sis.internal.util that return DefinitionURIModifier and TypeMethodDescriptionstatic DefinitionURI
Attempts to parse the given URI, which may either a URN or URL.private static DefinitionURI
Parses a sub-region of the given URI.Methods in org.apache.sis.internal.util with parameters of type DefinitionURIModifier and TypeMethodDescriptionprivate static String
DefinitionURI.codeForGML
(String type, String authority, String url, int lower, DefinitionURI result) Implementation of URI parser for the HTTP forms in GML namespace. -
Uses of DefinitionURI in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with parameters of type DefinitionURIModifier and TypeMethodDescriptionprivate <T> T
MultiAuthoritiesFactory.combine
(Class<T> type, DefinitionURI[] references, boolean isHTTP) Invoked when acreateFoo(…)
method is given a combined URI.private static <T> T
MultiAuthoritiesFactory.remove
(DefinitionURI[] references, org.opengis.referencing.IdentifiedObject[] components, Class<T> type) If the giventype
is found in the givenreferences
, sets that reference element tonull
and returns the correspondingcomponents
element.