Package mil.nga.sf

Class TIN

    • Constructor Detail

      • TIN

        public TIN()
        Constructor
      • TIN

        public TIN​(boolean hasZ,
                   boolean hasM)
        Constructor
        Parameters:
        hasZ - has z
        hasM - has m
      • TIN

        public TIN​(List<Polygon> polygons)
        Constructor
        Parameters:
        polygons - list of polygons
      • TIN

        public TIN​(Polygon polygon)
        Constructor
        Parameters:
        polygon - polygon
      • TIN

        public TIN​(TIN tin)
        Copy Constructor
        Parameters:
        tin - tin to copy