Skip to content
Discussion options

You must be logged in to vote

Hello Johannes! Yes it is possible. Given a CoordinateOperation, first there is a choice:

  • If the operation is an instance of ConcatenatedOperation, invoke getOperations() and apply the following checks on all elements.
  • If the operation is an instance of PassThroughOperation, invoke getOperation() and apply the following check on the return value. This is relevant mostly for 3- or 4-dimensional CRS. This check can be ignored if only two-dimensional operations are expected.
  • If the operation is an instance of SingleOperation, then apply the following checks.

On each SingleOperation, we can do one of the following checks, at your choice. A first possibility is to invoke getMethod(), then in…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@desruisseaux
Comment options

@jechterhoff
Comment options

Answer selected by jechterhoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants