Uses of Class
org.apache.sis.referencing.operation.transform.DomainDefinition.ToDomain
Packages that use DomainDefinition.ToDomain
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DomainDefinition.ToDomain in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as DomainDefinition.ToDomainModifier and TypeFieldDescriptionprivate final DomainDefinition.ToDomainDomainDefinition.ToDomain.nextThe second transform to apply on the envelope, ornullif none.private DomainDefinition.ToDomainDomainDefinition.stepToDomainIf the transform to evaluate is a step in the middle of a chain of transforms, the transform to apply on the envelope computed by the step in order to get an envelope in domain units.Constructors in org.apache.sis.referencing.operation.transform with parameters of type DomainDefinition.ToDomainModifierConstructorDescription(package private)ToDomain(org.opengis.referencing.operation.MathTransform step, DomainDefinition.ToDomain next) Creates a new node in a chain of transform to potentially concatenate.