@TypeMetadata(name="LocationFacet",
description="LocationFacet captures information on a physical area characterising the resource it is associated with. This should not be confused with {@link CoverageFacet}. The LocationFacet provides information of a location (eventually using latitude and longitude), instead {@link CoverageFacet} provide a way to to define the spatial or the temporal extent the resource represent. It is mainly used to locate a data centre or to the geographic references of a legal body playing the role of an actor in the infrastructure.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface LocationFacet
extends org.gcube.informationsystem.model.reference.entities.Facet
CoverageFacet
The LocationFacet provides information of a location (eventually using
latitude and longitude), instead CoverageFacet provide a way to to define the spatial
or the temporal extent the resource represent.
It is mainly used to locate a data centre or to the geographic references of a
legal body playing the role of an actor in the infrastructure.
https://wiki.gcube-system.org/gcube/GCube_Model#Location_Facet| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getLatitude() |
String |
getLocation() |
String |
getLongitude() |
void |
setCountry(String country) |
void |
setLatitude(String latitude) |
void |
setLocation(String location) |
void |
setLongitude(String longitude) |
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertystatic final String NAME
@ISProperty(description="The English name of the country") String getCountry()
void setCountry(String country)
@ISProperty(description="The City name") String getLocation()
void setLocation(String location)
@ISProperty(description="Latitude") String getLatitude()
void setLatitude(String latitude)
@ISProperty(description="Longitude") String getLongitude()
void setLongitude(String longitude)
Copyright © 2022. All Rights Reserved.