public abstract class SpatialItemArea extends Object implements Serializable, Comparable<SpatialItemArea>
Modifier and Type | Class and Description |
---|---|
static class |
SpatialItemArea.Factory
Constructs new instances of
SpatialItemArea . |
Constructor and Description |
---|
SpatialItemArea() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SpatialItemArea o) |
boolean |
equals(Object object)
Returns
true if the argument is an SpatialItemArea instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Integer |
getId()
Idenfiant interne.
|
String |
getLocalizedName()
Libellé régionalisé, valable sur la géométrie, pour l'entité correspondante.
|
MultiPolygon |
getPosition() |
SpatialItem |
getSpatialItem()
Présence d'un élément d'une liste du référentiel sur une ou plusieurs zones géographiques.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLocalizedName(String localizedNameIn)
Libellé régionalisé, valable sur la géométrie, pour l'entité correspondante.
|
void |
setPosition(MultiPolygon positionIn) |
void |
setSpatialItem(SpatialItem spatialItemIn)
Présence d'un élément d'une liste du référentiel sur une ou plusieurs zones géographiques.
|
public SpatialItemArea()
public void setId(Integer idIn)
idIn
- Integerpublic String getLocalizedName()
public void setLocalizedName(String localizedNameIn)
localizedNameIn
- Stringpublic MultiPolygon getPosition()
public void setPosition(MultiPolygon positionIn)
positionIn
- MultiPolygonpublic SpatialItem getSpatialItem()
public void setSpatialItem(SpatialItem spatialItemIn)
spatialItemIn
- SpatialItempublic boolean equals(Object object)
true
if the argument is an SpatialItemArea instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(SpatialItemArea o)
compareTo
in interface Comparable<SpatialItemArea>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.