Uses of Class
org.n52.shetland.ogc.gml.CoordinateSystemAxis
-
Packages that use CoordinateSystemAxis Package Description org.n52.shetland.ogc.gml -
-
Uses of CoordinateSystemAxis in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisCoordinateSystemAxis. setMaximumValue(Double maximumValue)CoordinateSystemAxisCoordinateSystemAxis. setMinimumValue(Double minimumValue)CoordinateSystemAxisCoordinateSystemAxis. setRangeMeaning(CodeWithAuthority rangeMeaning)Methods in org.n52.shetland.ogc.gml that return types with arguments of type CoordinateSystemAxis Modifier and Type Method Description List<Referenceable<CoordinateSystemAxis>>AbstractCoordinateSystem. getCoordinateSystemAxis()Method parameters in org.n52.shetland.ogc.gml with type arguments of type CoordinateSystemAxis Modifier and Type Method Description AbstractCoordinateSystemAbstractCoordinateSystem. addCoordinateSystemAxis(List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)AbstractCoordinateSystemAbstractCoordinateSystem. addCoordinateSystemAxis(Referenceable<CoordinateSystemAxis> coordinateSystemAxis)AbstractCoordinateSystemAbstractCoordinateSystem. setCoordinateSystemAxis(List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)Constructor parameters in org.n52.shetland.ogc.gml with type arguments of type CoordinateSystemAxis Constructor Description AbstractCoordinateSystem(CodeWithAuthority identifier, List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)AbstractCoordinateSystem(CodeWithAuthority identifier, Referenceable<CoordinateSystemAxis> coordinateSystemAxis)VerticalCS(CodeWithAuthority identifier, List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)VerticalCS(CodeWithAuthority identifier, Referenceable<CoordinateSystemAxis> coordinateSystemAxis)
-