Uses of Class
org.n52.shetland.ogc.gml.VerticalDatum
-
Packages that use VerticalDatum Package Description org.n52.shetland.ogc.gml org.n52.shetland.ogc.om.series -
-
Uses of VerticalDatum in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return types with arguments of type VerticalDatum Modifier and Type Method Description Referenceable<VerticalDatum>VerticalCRS. getVerticalDatum()Method parameters in org.n52.shetland.ogc.gml with type arguments of type VerticalDatum Modifier and Type Method Description voidVerticalCRS. setVerticalDatum(Referenceable<VerticalDatum> verticalDatum) -
Uses of VerticalDatum in org.n52.shetland.ogc.om.series
Methods in org.n52.shetland.ogc.om.series that return types with arguments of type VerticalDatum Modifier and Type Method Description List<Referenceable<VerticalDatum>>AbstractMonitoringFeature. getVerticalDatum()Method parameters in org.n52.shetland.ogc.om.series with type arguments of type VerticalDatum Modifier and Type Method Description AbstractMonitoringFeatureAbstractMonitoringFeature. addVerticalDatum(List<Referenceable<VerticalDatum>> verticalDatum)AbstractMonitoringFeatureAbstractMonitoringFeature. addVerticalDatum(Referenceable<VerticalDatum> verticalDatum)AbstractMonitoringFeatureAbstractMonitoringFeature. setVerticalDatum(List<Referenceable<VerticalDatum>> verticalDatum)
-