| fr.ign.cogit.geoxygene.spatial.geomprim.GM_Surface fr.ign.cogit.geoxygene.spatial.coordgeom.GM_SurfacePatch
All known Subclasses: fr.ign.cogit.geoxygene.spatial.coordgeom.GM_ParametricCurveSurface, fr.ign.cogit.geoxygene.spatial.coordgeom.GM_Polygon,
GM_SurfacePatch | abstract public class GM_SurfacePatch extends GM_Surface (Code) | | Portion homogène d'une GM_Surface.
Modification de la norme : cette classe hérite de GM_Surface. Du coup on a fait sauter le lien d'implémentation de GM_GenericSurface.
Un GM_SurfacePatch sera une GM_Surface composée d'un et d'un seul segment qui sera lui-même.
Les méthodes addSegment, removeSegment, etc... seront interdites.
author: Thierry Badard & Arnaud Braun version: 1.0 |
interpolation | protected String interpolation(Code) | | Mécanisme d'interpolation, selon une liste de codes.
La liste de codes est la suivante :
{none, planar, spherical, elliptical, conic, tin, parametricCurve, polynomialSpline, rationalSpline, triangulatedSpline}.
|
numDerivativesOnBoundary | protected int numDerivativesOnBoundary(Code) | | Continuité entre self et ses voisins qui partagent une frontière commune.
Vaut 0 par défaut.
|
addPatch | public void addPatch(GM_SurfacePatch value)(Code) | | Ne fait rien car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
addPatch | public void addPatch(int i, GM_SurfacePatch value)(Code) | | Ne fait rien car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
getInterpolation | public String getInterpolation()(Code) | | Renvoie l'attribut interpolation.
|
getNumDerivativesOnBoundary | public int getNumDerivativesOnBoundary()(Code) | | Renvoie l'attribut numDerivativesOnBoundary.
|
getPatch | public GM_SurfacePatch getPatch(int i)(Code) | | Renvoie le patch de rang i. Passer nécessairement 0 en paramètre car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
removePatch | public void removePatch(GM_SurfacePatch value)(Code) | | Ne fait rien car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
removePatch | public void removePatch(int i)(Code) | | Ne fait rien car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
reverse | abstract public GM_SurfacePatch reverse()(Code) | | Renvoie un GM_SurfacePatch de sens opposé. Méthode abstraite implémentée dans les sous-classes
|
setPatch | public void setPatch(int i, GM_SurfacePatch value)(Code) | | Ne fait rien car un GM_SurfacePatch ne contient qu'un patch qui est lui-meme.
|
Fields inherited from fr.ign.cogit.geoxygene.spatial.geomprim.GM_Surface | protected List patch(Code)(Java Doc)
|
|
|