public class MesureOrientation extends Object
Constructor and Description |
---|
MesureOrientation(Geometry geom)
Constructeur de mesure d'orientation à partir d'une géométrie JTS.
|
MesureOrientation(IGeometry geomGeox)
Constructeur de mesure d'orientation à partir d'une géométrie geoxygene.
|
Modifier and Type | Method and Description |
---|---|
void |
calculerContributionsCotesOrientation()
Calcul des contributions des côtés d'un polygone à son orientation.
|
void |
calculerContributionsCotesOrientation(LineString ls)
Calcul des contributions des côtés d'une ligne à son orientation.
|
void |
calculerContributionsCotesOrientation(Polygon poly)
Calcul des contributions des côtés d'un polygone à son orientation.
|
void |
calculerOrientationCote()
Orientation des cotes d'un polygone (en radian, dans l'intervalle [0, Pi/2[, par rapport a l'axe Ox)
|
String |
getBiscornuite() |
double[] |
getContributionsCotesOrientation() |
double |
getContributionSecondaire() |
double |
getIndicateurOrientationCote() |
static int |
getNB_ORIENTATIONS_TESTEES() |
int |
getNombreOrientation() |
double |
getOrientationCotes() |
double |
getOrientationGenerale()
Orientation d'une geometrie (en radian entre 0 et Pi, par rapport a l'axe Ox). c'est l'orientation du PPRE.
|
boolean |
getPertinence() |
public MesureOrientation(Geometry geom)
geom
- géométrie sur laquelle on va calculer l'orientation.public MesureOrientation(IGeometry geomGeox)
geomGeox
- géométrie sur laquelle on va calculer l'orientation.public static int getNB_ORIENTATIONS_TESTEES()
public double[] getContributionsCotesOrientation()
public double getOrientationCotes()
public double getIndicateurOrientationCote()
public boolean getPertinence()
public String getBiscornuite()
public double getContributionSecondaire()
public int getNombreOrientation()
public double getOrientationGenerale()
public void calculerOrientationCote()
public void calculerContributionsCotesOrientation()
public void calculerContributionsCotesOrientation(Polygon poly)
poly
- polygone évaluépublic void calculerContributionsCotesOrientation(LineString ls)
ls
- ligne évaluéeCopyright © 2016 Laboratoire COGIT, IGN. All rights reserved.