Skip to content

PROJJSON #105

Answered by desruisseaux
paulushub asked this question in Q&A
Dec 7, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Indeed, the proposed usage of DerivedCRS lack documentation in GeoAPI. An application using the factory should invoke createDerivedCRS. It has no choice, because a fundamental property of derived CRS is the conversion from base CRS, and only createDerivedCRS allows to specify that. Users do not need to specify that they want a DerivedGeographicCRS because the implementation can detect that by itself. For example:

public DerivedCRS createDerivedCRS(Map<String,?>             properties,
                                   CoordinateReferenceSystem baseCRS,
                                   Conversion                fromBase,
                                   CoordinateSystem          deriv…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paulushub
Comment options

@desruisseaux
Comment options

Answer selected by paulushub
@paulushub
Comment options

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