public class CompoundCRSDecoder
extends java.lang.Object
| Constructor and Description |
|---|
CompoundCRSDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.referencing.crs.CoordinateReferenceSystem |
decode(java.lang.String code)
Decodes a given code to a
CompoundCRS |
static boolean |
isCompound(java.lang.String code)
Check if the given code represents a compound CRS
|
public static boolean isCompound(java.lang.String code)
code - the codepublic static org.opengis.referencing.crs.CoordinateReferenceSystem decode(java.lang.String code)
throws org.opengis.referencing.FactoryException
CompoundCRScode - the codeorg.opengis.referencing.FactoryException - if the code does not represent a compound CRS
or if one of its components could not be decoded