Uses of Class
gov.llnl.gnem.apps.coda.common.mapping.api.Location
Package
Description
-
Uses of Location in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier 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
Modifier and TypeMethodDescriptionLeafletLine.getEndLocation()
LeafletIcon.getLocation()
LeafletLine.getStartLocation()
LeafletIcon.setLocation
(Location location) Modifier and TypeMethodDescriptionLeafletLine.setEndLocation
(Location endLocation) LeafletIcon.setLocation
(Location location) LeafletLine.setStartLocation
(Location startLocation) ModifierConstructorDescriptionLeafletIcon
(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
Modifier and TypeMethodDescriptionLine.getEndLocation()
Icon.getLocation()
Line.getStartLocation()
Icon.setLocation
(Location locations) Modifier 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)