Interface ILcdGML3SurfacePatchArrayProperty


public interface ILcdGML3SurfacePatchArrayProperty
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:SurfacePatchArrayPropertyType type.

A container for an array of surface patches.

(GML Specification, v3.1.0, paragraph 10.2.2.3)

  • Method Details

    • getSurfacePatch

      ILcdGML3AbstractSurfacePatch getSurfacePatch(int aIndex)
      Deprecated.
      Returns the surface patch at the given index.
      Parameters:
      aIndex - the index of the surface patch to be returned.
      Returns:
      the surface patch at the given index.
      Throws:
      IndexOutOfBoundsException - if aIndex < 0 || aIndex >= getSurfacePatchCount()
    • getSurfacePatchCount

      int getSurfacePatchCount()
      Deprecated.
      Returns the number of surface patches contained in this property.
      Returns:
      the number of surface patches contained in this property.
    • setSurfacePatches

      void setSurfacePatches(ILcdGML3AbstractSurfacePatch[] aPatches)
      Deprecated.
      Sets the array of surface patches to be contained in this property.
      Parameters:
      aPatches - the array of surface patches to be contained in this property.