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 TypeMethodDescriptionOptional<org.opengis.geometry.Envelope>AuthalicMercator.getDomain(DomainDefinition criteria) Returns the domain of input coordinates.Optional<org.opengis.geometry.Envelope>LambertConicConformal.getDomain(DomainDefinition criteria) Returns the domain of input coordinates.Optional<org.opengis.geometry.Envelope>LongitudeWraparound.getDomain(DomainDefinition criteria) Returns the ranges of coordinate values which can be used as inputs.Optional<org.opengis.geometry.Envelope>Mercator.getDomain(DomainDefinition criteria) Returns the domain of input coordinates.Optional<org.opengis.geometry.Envelope>PolarStereographic.getDomain(DomainDefinition criteria) Returns the domain of input coordinates.Optional<org.opengis.geometry.Envelope>TransverseMercator.getDomain(DomainDefinition criteria) Returns the domain of input coordinates.Optional<org.opengis.geometry.Envelope>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 TypeMethodDescriptionOptional<org.opengis.geometry.Envelope>AbstractMathTransform.getDomain(DomainDefinition criteria) Returns the ranges of coordinate values which can be used as inputs.Optional<org.opengis.geometry.Envelope>AbstractMathTransform.Inverse.getDomain(DomainDefinition criteria) Returns the ranges of coordinate values which can be used as inputs.final Optional<org.opengis.geometry.Envelope>ConcatenatedTransform.getDomain(DomainDefinition criteria) Returns the intersection of domains declared in transform steps.