类 PipeShape

  • 所有已实现的接口:
    java.lang.Cloneable

    public class PipeShape
    extends org.meteoinfo.geometry.shape.PolylineZShape
    • 字段概要

      • 从类继承的字段 org.meteoinfo.geometry.shape.PolylineShape

        parts
    • 构造器概要

      构造器 
      构造器 说明
      PipeShape​(org.meteoinfo.geometry.shape.PolylineZShape shape)
      Constructor
      PipeShape​(org.meteoinfo.geometry.shape.PolylineZShape shape, float radius, int steps)
      Constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      Pipe getPipe()
      Get pipe
      float getRadius()
      Get radius
      int getSteps()
      Get steps
      void transform​(Transform transform)
      Transform
      • 从类继承的方法 org.meteoinfo.geometry.shape.PolylineZShape

        clone, clone_back, getMArray, getMRange, getShapeType, getZArray, getZRange, valueClone
      • 从类继承的方法 org.meteoinfo.geometry.shape.PolylineShape

        addVertice, cloneValue, getLength, getPartIndex, getPartNum, getPointNum, getPoints, getPolylines, isClosed, removeVerice, reverse, setPartNum, setPoints, setPolylines, toGeometry
      • 从类继承的方法 org.meteoinfo.geometry.shape.Shape

        buffer, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
      • 从类继承的方法 java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PipeShape

        public PipeShape​(org.meteoinfo.geometry.shape.PolylineZShape shape)
        Constructor
        参数:
        shape - PolylineZShape
      • PipeShape

        public PipeShape​(org.meteoinfo.geometry.shape.PolylineZShape shape,
                         float radius,
                         int steps)
        Constructor
        参数:
        shape - PolylineZShape
        radius - Radius
        steps - Steps
    • 方法详细资料

      • getPipe

        public Pipe getPipe()
        Get pipe
        返回:
        Pipe
      • getRadius

        public float getRadius()
        Get radius
        返回:
        Radius
      • getSteps

        public int getSteps()
        Get steps
        返回:
        Steps
      • transform

        public void transform​(Transform transform)
        Transform
        参数:
        transform - The transform