Uses of Class
org.apache.sis.referencing.operation.transform.SpecializableTransform.SubArea
Packages that use SpecializableTransform.SubArea
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of SpecializableTransform.SubArea in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return SpecializableTransform.SubAreaModifier and TypeMethodDescriptionprivate SpecializableTransform.SubArea
SpecializableTransform.locate
(org.opengis.geometry.DirectPosition pos) Returns the node that contains the given position, ornull
if none.Methods in org.apache.sis.referencing.operation.transform that return types with arguments of type SpecializableTransform.SubAreaModifier and TypeMethodDescriptionprivate List
<SpecializableTransform.SubArea> SpecializableTransform.roots()
Returns theSpecializableTransform.SubArea
instances at the root of this class.