Uses of Class
org.apache.sis.referencing.operation.transform.DomainDefinition
Packages that use DomainDefinition
Package
Description
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DomainDefinition in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection with parameters of type DomainDefinitionModifier and TypeMethodDescriptionLambertConicConformal.getDomain
(DomainDefinition criteria) Returns the domain of input coordinates.Mercator.getDomain
(DomainDefinition criteria) Returns the domain of input coordinates.PolarStereographic.getDomain
(DomainDefinition criteria) Returns the domain of input coordinates.TransverseMercator.getDomain
(DomainDefinition criteria) Returns the domain of input coordinates.ZonedGridSystem.getDomain
(DomainDefinition criteria) Returns the domain of input coordinates. -
Uses of DomainDefinition in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type DomainDefinitionModifier and TypeMethodDescriptionAbstractMathTransform.getDomain
(DomainDefinition criteria) Returns the ranges of coordinate values which can be used as inputs.AbstractMathTransform.Inverse.getDomain
(DomainDefinition criteria) Returns the ranges of coordinate values which can be used as inputs.