public abstract class LigneOrographique extends ElementBDPays
Modifier and Type | Field and Description |
---|---|
protected String |
nature |
protected double |
z_max |
protected double |
z_min |
source
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
LigneOrographique() |
Modifier and Type | Method and Description |
---|---|
GM_LineString |
getGeometrie()
Renvoie la géométrie de l'objet, castée plus précisément qu'avec la méthode getGeom()
|
String |
getNature() |
double |
getZ_max() |
double |
getZ_min() |
void |
setGeometrie(GM_LineString G)
Définit la géométrie de l'objet, castée plus précisément qu'avec la méthode setGeom()
|
void |
setNature(String Nature) |
void |
setZ_max(double Z_max) |
void |
setZ_min(double Z_min) |
getSource, setSource
cloneGeom
addAllCorrespondants, addCorrespondant, class2PrimitiveClass, clearCorrespondants, createTypedFeature, equals, getAttribute, getAttribute, getCorrespondant, getCorrespondants, getCorrespondants, getCorrespondantsAsString, getFeatureCollection, getFeatureCollections, getFeatureType, getGeom, getId, getLogger, getPopulation, getRelatedFeatures, getRelatedFeatures, getRepresentation, getSizeCorrespondants, getTopo, hasGeom, hasTopo, intersecte, isDeleted, removeCorrespondant, setAttribute, setCorrespondants, setDeleted, setFeatureType, setGeom, setId, setPopulation, setRepresentation, setTopo, toString
protected String nature
protected double z_min
protected double z_max
public GM_LineString getGeometrie()
public void setGeometrie(GM_LineString G)
public String getNature()
public void setNature(String Nature)
public double getZ_min()
public void setZ_min(double Z_min)
public double getZ_max()
public void setZ_max(double Z_max)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.