Package com.powsybl.cgmes.gl
Class CgmesGLUtils
- java.lang.Object
-
- com.powsybl.cgmes.gl.CgmesGLUtils
-
public final class CgmesGLUtils extends Object
- Author:
- Massimo Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static String
COORDINATE_SYSTEM_NAME
static String
COORDINATE_SYSTEM_URN
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkCoordinateSystem(String crsName, String crsUrn)
static String
contextNameFor(CgmesSubset subset, TripleStore tripleStore, String modelId)
-
-
-
Field Detail
-
COORDINATE_SYSTEM_NAME
public static final String COORDINATE_SYSTEM_NAME
- See Also:
- Constant Field Values
-
COORDINATE_SYSTEM_URN
public static final String COORDINATE_SYSTEM_URN
- See Also:
- Constant Field Values
-
-
Method Detail
-
contextNameFor
public static String contextNameFor(CgmesSubset subset, TripleStore tripleStore, String modelId)
-
-