| Package | Description |
|---|---|
| org.lsst.ccs.utilities.location |
| Modifier and Type | Method and Description |
|---|---|
static Location |
Location.of(String location)
Create location from string
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Location> |
LocationSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocationSet.add(Location location) |
int |
Location.compareTo(Location o) |
| Constructor and Description |
|---|
LocationSet(Set<Location> input)
Creates a location set which is a copy of the provided set
|
Copyright © 2020 LSST. All rights reserved.