Modifier and Type | Method and Description |
---|---|
boolean |
apply(Layer la,
Area roi,
CoordinateTransform ict)
Applies the 2D transform @ict (which is expected to operate on the
world coordinates version of the data contained here) only to the
data that falls within the @param roi (in world coords), and then
recomputes the bounding box and affine transform (to a translation
or identity).
|
boolean |
apply(VectorDataTransform vdt) |
boolean apply(Layer la, Area roi, CoordinateTransform ict) throws Exception
la
- Only data at this Layer may be transformed.roi
- Only data inside this world-coordinates Area may be transformed.ict
- The transform to apply to the data that is in @param la and within @param roi.Exception
boolean apply(VectorDataTransform vdt) throws Exception
Exception
Copyright © 2015–2021 Fiji. All rights reserved.