Uses of Class
gov.llnl.gnem.apps.coda.common.mapping.api.Location
Packages that use Location
Package
Description
-
Uses of Location in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type LocationModifier and TypeMethodDescriptionLeafletShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) LeafletShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) -
Uses of Location in gov.llnl.gnem.apps.coda.common.mapping
Methods in gov.llnl.gnem.apps.coda.common.mapping that return LocationModifier and TypeMethodDescriptionLeafletLine.getEndLocation()
LeafletIcon.getLocation()
LeafletLine.getStartLocation()
LeafletIcon.setLocation
(Location location) Methods in gov.llnl.gnem.apps.coda.common.mapping with parameters of type LocationModifier and TypeMethodDescriptionLeafletLine.setEndLocation
(Location endLocation) LeafletIcon.setLocation
(Location location) LeafletLine.setStartLocation
(Location startLocation) Constructors in gov.llnl.gnem.apps.coda.common.mapping with parameters of type LocationModifierConstructorDescriptionLeafletIcon
(Location location, String friendlyName, Icon.IconTypes iconType) LeafletIcon
(Location location, String friendlyName, Icon.IconTypes iconType, Icon.IconStyles style) LeafletIcon
(String id, Location location, String friendlyName, Icon.IconTypes iconType) LeafletIcon
(String id, Location location, String friendlyName, Icon.IconTypes iconType, Icon.IconStyles style) LeafletLine
(Location startLocation, Location endLocation) LeafletLine
(String id, Location startLocation, Location endLocation) -
Uses of Location in gov.llnl.gnem.apps.coda.common.mapping.api
Methods in gov.llnl.gnem.apps.coda.common.mapping.api that return LocationModifier and TypeMethodDescriptionLine.getEndLocation()
Icon.getLocation()
Line.getStartLocation()
Icon.setLocation
(Location locations) Methods in gov.llnl.gnem.apps.coda.common.mapping.api with parameters of type LocationModifier and TypeMethodDescriptiondefault Icon
GeoShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName) GeoShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) default Icon
default Icon
GeoShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName) GeoShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) Line.setEndLocation
(Location location) Icon.setLocation
(Location locations) Line.setStartLocation
(Location location)