|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.cs.transformations.TransformationSubstitutionTest
public class TransformationSubstitutionTest
Tests the substitution of transformations.
Field Summary |
---|
Constructor Summary | |
---|---|
TransformationSubstitutionTest()
|
Method Summary | |
---|---|
void |
oneFitsAll()
Tests if the Substitute of the automated transformation chain is totally replaced by the given 'single' transformation. |
void |
substituteHelmertWithNTv2()
Test if the substitute of usage of the helmert transformation chain can be replaced by a NTv2Transformation . |
void |
substituteHelmertWithNTv2GeographicLatLon_AxisXY()
Test if the substitute of usage of the helmert transformation chain can be replaced by a NTv2Transformation . |
void |
substituteHypotheticalLeftConcat()
Test if the first three transformations of the 'a' transformation are found while replacing the last 3. |
void |
substituteHypotheticalMiddleConcat()
Test if the first three transformations of the 'a' transformation are found while replacing the last 3. |
void |
substituteHypotheticalRightConcat()
Test if the last three transformations of the 'a' transformation are found while replacing the first 3. |
void |
substituteInverseProjection()
Test if the substitute of the first (inverse) projection works. |
void |
substituteNTv2WithHelmert()
Test if the substitute of usage of the helmert transformation chain can be replaced by a NTv2Transformation . |
void |
substituteProjection()
Test if the substitute of the last projection works. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationSubstitutionTest()
Method Detail |
---|
public void oneFitsAll() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
public void substituteInverseProjection() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
public void substituteProjection() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
public void substituteHelmertWithNTv2() throws IllegalArgumentException, TransformationException
NTv2Transformation
.
IllegalArgumentException
TransformationException
public void substituteHelmertWithNTv2GeographicLatLon_AxisXY() throws IllegalArgumentException, TransformationException
NTv2Transformation
.
IllegalArgumentException
TransformationException
public void substituteNTv2WithHelmert() throws IllegalArgumentException, TransformationException
NTv2Transformation
.
IllegalArgumentException
TransformationException
public void substituteHypotheticalRightConcat() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
public void substituteHypotheticalLeftConcat() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
public void substituteHypotheticalMiddleConcat() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |