public interface SymbolisedFeature extends IFeature
Modifier and Type | Method and Description |
---|---|
void |
addNeighborhoodRelationship(NeighbohoodRelationship O)
Adds an element to the neighborhood relationships concerning this feature.
|
double |
getArea()
Area of the feature on the map.
|
Contrast |
getContrast()
Returns the average of contrasts of all relationships concerned by this element.
|
List<NeighbohoodRelationship> |
getNeighborhoodRelationships()
Returns the list of neighborhood relationships concerning this feature.
|
SymbolisedFeatureCollection |
getSymbolisedFeatureCollection()
Defines the feature collection containing this feature.
|
void |
removeNeighborhoodRelationship(NeighbohoodRelationship O)
Removes an element from the neighborhood relationships concerning this feature.
|
void |
setArea(double superficie)
Area of the feature on the map.
|
void |
setContrast(Contrast contrast)
Specifies the average of contrasts of all relationships concerned by this element.
|
void |
setNeighborhoodRelationships(List<NeighbohoodRelationship> relationships)
Specifies the neighborhood relationships concerning this feature.
|
void |
setSymbolisedFeatureCollection(SymbolisedFeatureCollection O)
Specifies the feature collection containing this feature.
|
addAllCorrespondants, addCorrespondant, clearCorrespondants, cloneGeom, getAttribute, getAttribute, getCorrespondant, getCorrespondants, getCorrespondants, getFeatureCollection, getFeatureCollections, getFeatureType, getGeom, getId, getPopulation, getRelatedFeatures, getRelatedFeatures, getRepresentation, getTopo, hasGeom, hasTopo, intersecte, isDeleted, removeCorrespondant, setAttribute, setCorrespondants, setDeleted, setFeatureType, setGeom, setId, setPopulation, setRepresentation, setTopo, toString
Contrast getContrast()
void setContrast(Contrast contrast)
double getArea()
void setArea(double superficie)
SymbolisedFeatureCollection getSymbolisedFeatureCollection()
void setSymbolisedFeatureCollection(SymbolisedFeatureCollection O)
List<NeighbohoodRelationship> getNeighborhoodRelationships()
void setNeighborhoodRelationships(List<NeighbohoodRelationship> relationships)
void addNeighborhoodRelationship(NeighbohoodRelationship O)
void removeNeighborhoodRelationship(NeighbohoodRelationship O)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.