public abstract class SpatialItem extends Object implements Serializable
Présence d'un élément d'une liste du référentiel sur une ou plusieurs zones géographiques.
Une ou plusieurs géométrie (ponctuelle, linéraire ou polygonale) peuvent etre définies afin de géolocaliser un des éléments d'une liste.
Une procédure stockée sous Oracle permet la mise à jour d'un lien vers le référentiel des lieux (table SPATIAL_ITEM2LOCATION) à partir des géométries définies.
| Modifier and Type | Class and Description |
|---|---|
static class |
SpatialItem.Factory
Constructs new instances of
SpatialItem. |
| Constructor and Description |
|---|
SpatialItem() |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Integer getObjectId()
public void setObjectId(Integer objectId)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Collection<SpatialItemLine> getSpatialItemLines()
public void setSpatialItemLines(Collection<SpatialItemLine> spatialItemLines)
public SpatialItemType getSpatialItemType()
public void setSpatialItemType(SpatialItemType spatialItemType)
public Collection<SpatialItemArea> getSpatialItemAreas()
public void setSpatialItemAreas(Collection<SpatialItemArea> spatialItemAreas)
public Collection<SpatialItem2Location> getSpatialItem2Locations()
public void setSpatialItem2Locations(Collection<SpatialItem2Location> spatialItem2Locations)
public Collection<SpatialItemPoint> getSpatialItemPoints()
public void setSpatialItemPoints(Collection<SpatialItemPoint> spatialItemPoints)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.