Uses of Class
org.apache.sis.referencing.MultiRegisterOperations
Packages that use MultiRegisterOperations
Package
Description
Base classes for reference systems used for general positioning.
-
Uses of MultiRegisterOperations in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return MultiRegisterOperationsModifier and TypeMethodDescriptionstatic MultiRegisterOperationsMultiRegisterOperations.provider()Returns an instance which will search CRS definitions in all registries that are known to SIS.MultiRegisterOperations.withAreaOfInterest(GeographicBoundingBox newValue) Returns an instance for the specified area of interest (AOI).MultiRegisterOperations.withAuthority(String newValue) Returns an instance for a geodetic registry of the specified authority, such as "EPSG".MultiRegisterOperations.withVersion(String newValue) Returns an instance for the specified version of the geodetic registry.Constructors in org.apache.sis.referencing with parameters of type MultiRegisterOperationsModifierConstructorDescriptionprotectedMultiRegisterOperations(MultiRegisterOperations source, String authority, String version) Creates an instance which will use the registry of the specified authority, optionally at a specified version.protectedMultiRegisterOperations(MultiRegisterOperations source, GeographicBoundingBox areaOfInterest) Creates an instance with the same register than the given instance, but a different AOI.