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.componentsIf the URI contains sub-components, those sub-components.Methods in org.apache.sis.internal.util that return DefinitionURIModifier and TypeMethodDescriptionstatic DefinitionURIAttempts to parse the given URI, which may either a URN or URL.private static DefinitionURIParses a sub-region of the given URI.Methods in org.apache.sis.internal.util with parameters of type DefinitionURIModifier and TypeMethodDescriptionprivate static StringDefinitionURI.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> TMultiAuthoritiesFactory.combine(Class<T> type, DefinitionURI[] references, boolean isHTTP) Invoked when acreateFoo(…)method is given a combined URI.private static <T> TMultiAuthoritiesFactory.remove(DefinitionURI[] references, org.opengis.referencing.IdentifiedObject[] components, Class<T> type) If the giventypeis found in the givenreferences, sets that reference element tonulland returns the correspondingcomponentselement.