public class Mer extends Projecter
Modifier and Type | Class and Description |
---|---|
class |
Mer.MerDeproj |
Constructor and Description |
---|
Mer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
A description of the component
|
java.lang.String |
getName()
The name of the Component
|
Deprojecter |
inverse()
Get the associated deprojecter
|
boolean |
isInverse(Transformer trans)
Is this the inverse of another transformation?
|
double[] |
shadowPoint(double x,
double y)
Find the shadow point for the given element.
|
boolean |
straddle(double[][] pnts)
Does this figure straddle the boundary.
|
boolean |
straddleable()
Is it possible for a pixel to straddle the valid region.
|
double[][][] |
straddleComponents(double[][] input)
Get the straddle regions from a given set.
|
void |
transform(double[] sphere,
double[] plane)
Convert a single point where the output vector is supplied.
|
boolean |
validPosition(double[] plane)
Is this a valid position in the projection plane for this image.
|
allValid, getInputDimension, getOutputDimension, getXTiling, getYTiling, tissot
transform, transform
public java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public boolean isInverse(Transformer trans)
isInverse
in class Transformer
public final void transform(double[] sphere, double[] plane)
Transformer
transform
in class Transformer
sphere
- The input vector.plane
- The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.public boolean validPosition(double[] plane)
Projecter
validPosition
in class Projecter
public boolean straddleable()
Projecter
straddleable
in class Projecter
public boolean straddle(double[][] pnts)
public double[] shadowPoint(double x, double y)
shadowPoint
in class Projecter
public double[][][] straddleComponents(double[][] input)
straddleComponents
in class Projecter