Uses of Class
org.n52.shetland.ogc.gml.VerticalCS
-
Packages that use VerticalCS Package Description org.n52.shetland.ogc.gml -
-
Uses of VerticalCS in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return types with arguments of type VerticalCS Modifier and Type Method Description Referenceable<VerticalCS>VerticalCRS. getVerticalCS()Method parameters in org.n52.shetland.ogc.gml with type arguments of type VerticalCS Modifier and Type Method Description voidVerticalCRS. setVerticalCS(Referenceable<VerticalCS> verticalCS)Constructor parameters in org.n52.shetland.ogc.gml with type arguments of type VerticalCS Constructor Description VerticalCRS(CodeWithAuthority identifier, String scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)VerticalCRS(CodeWithAuthority identifier, List<String> scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)
-