public class CoordinateTransformList<E extends CoordinateTransform> extends Object implements Boundable, TransformList<E>
Modifier and Type | Field and Description |
---|---|
protected List<E> |
transforms |
Constructor and Description |
---|
CoordinateTransformList() |
Modifier and Type | Method and Description |
---|---|
void |
add(E t) |
double[] |
apply(double[] location)
Apply the
CoordinateTransform to a location. |
void |
applyInPlace(double[] location)
Apply the
CoordinateTransform to a location. |
void |
clear() |
void |
estimateBounds(double[] min,
double[] max)
Estimate the bounds of an n-dimensional interval [min,max] with min and
max being n-dimensional vectors.
|
E |
get(int i) |
List<E> |
getList(List<E> preAllocatedList) |
void |
remove(E t) |
E |
remove(int i) |
protected final List<E extends CoordinateTransform> transforms
public final void add(E t)
add
in interface TransformList<E extends CoordinateTransform>
public final void remove(E t)
remove
in interface TransformList<E extends CoordinateTransform>
public final E remove(int i)
remove
in interface TransformList<E extends CoordinateTransform>
public final E get(int i)
get
in interface TransformList<E extends CoordinateTransform>
public final void clear()
clear
in interface TransformList<E extends CoordinateTransform>
public final List<E> getList(List<E> preAllocatedList)
getList
in interface TransformList<E extends CoordinateTransform>
public final double[] apply(double[] location)
CoordinateTransform
CoordinateTransform
to a location.apply
in interface CoordinateTransform
public final void applyInPlace(double[] location)
CoordinateTransform
CoordinateTransform
to a location.applyInPlace
in interface CoordinateTransform
public void estimateBounds(double[] min, double[] max)
estimateBounds
in interface Boundable
Copyright © 2015–2021 Fiji. All rights reserved.