Class FeaturePointImpl

java.lang.Object
cz.fidentis.analyst.data.landmarks.impl.LandmarkAbstract
cz.fidentis.analyst.data.landmarks.impl.FeaturePointImpl
All Implemented Interfaces:
Landmark, IPosition, Serializable

public class FeaturePointImpl extends LandmarkAbstract
A standard anthropometric feature point with predefined (i.e., fixed) name, code, and description shared by all instances.
See Also:
  • Constructor Details

    • FeaturePointImpl

      public FeaturePointImpl(int id, javax.vecmath.Point3d position)
      Constructor.
      Parameters:
      id - A unique ID
      position - 3D position
  • Method Details