Class LandmarkImpl

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

public class LandmarkImpl extends LandmarkAbstract
User-defined landmark with variable name, description, etc.
See Also:
  • Constructor Details

    • LandmarkImpl

      public LandmarkImpl(int id, javax.vecmath.Point3d position, String name, String description)
      Constructor.
      Parameters:
      id - A unique ID
      position - 3D position
      name - An optional unique short name. If blank or null then a random name is used.
      description - optional description
  • Method Details