类 PointZShape

  • 所有已实现的接口:
    java.lang.Cloneable
    直接已知子类:
    WindArrow3D

    public class PointZShape
    extends PointShape
    作者:
    yaqiang
    • 构造器详细资料

      • PointZShape

        public PointZShape()
        Constructor
      • PointZShape

        public PointZShape​(org.locationtech.jts.geom.Geometry geometry)
        Constructor
        参数:
        geometry - Geometry
    • 方法详细资料

      • setPoint

        public void setPoint​(PointD aPoint)
        Set point
        覆盖:
        setPoint 在类中 PointShape
        参数:
        aPoint - point
      • setPoint

        public void setPoint​(PointZ p)
        Set point
        参数:
        p - PointZ
      • updateExtent

        public void updateExtent​(PointZ p)
        Update extent
        参数:
        p - PointZ
      • getM

        public double getM()
        Get M value
        返回:
        M value
      • getZ

        public double getZ()
        Get Z value
        返回:
        Z value
      • clone

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 PointShape
        返回:
        PolylineZShape object