类 TextureShape

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

    public class TextureShape
    extends org.meteoinfo.geometry.shape.ImageShape
    作者:
    yaqiang
    • 字段概要

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

        point
    • 构造器概要

      构造器 
      构造器 说明
      TextureShape()
      Constructor
      TextureShape​(com.jogamp.opengl.util.texture.Texture texture)
      Constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getFileName()
      Get file name
      org.meteoinfo.geometry.shape.ShapeTypes getShapeType()  
      com.jogamp.opengl.util.texture.Texture getTexture()
      Get texture
      void loadTexture()
      Load texture from file
      void setFileName​(java.lang.String value)
      Set file name
      void setTexture​(com.jogamp.opengl.util.texture.Texture value)
      Set texture
      • 从类继承的方法 org.meteoinfo.geometry.shape.ImageShape

        getCoords, getImage, getInterpolation, setCoords, setImage, setInterpolation, setInterpolation
      • 从类继承的方法 org.meteoinfo.geometry.shape.PointShape

        clone, clone_back, getPoint, getPoints, setPoint, setPoints, toGeometry
      • 从类继承的方法 org.meteoinfo.geometry.shape.Shape

        addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getPartNum, getPointNum, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVerice, reverse, 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
    • 构造器详细资料

      • TextureShape

        public TextureShape()
        Constructor
      • TextureShape

        public TextureShape​(com.jogamp.opengl.util.texture.Texture texture)
        Constructor
        参数:
        texture - Texture
    • 方法详细资料

      • getTexture

        public com.jogamp.opengl.util.texture.Texture getTexture()
        Get texture
        返回:
        Texture
      • setTexture

        public void setTexture​(com.jogamp.opengl.util.texture.Texture value)
        Set texture
        参数:
        value - Texture
      • getShapeType

        public org.meteoinfo.geometry.shape.ShapeTypes getShapeType()
        覆盖:
        getShapeType 在类中 org.meteoinfo.geometry.shape.ImageShape
      • getFileName

        public java.lang.String getFileName()
        Get file name
        返回:
        File name
      • setFileName

        public void setFileName​(java.lang.String value)
        Set file name
        参数:
        value - File name
      • loadTexture

        public void loadTexture()
                         throws java.io.IOException
        Load texture from file
        抛出:
        java.io.IOException