Interface ILcdGML3SurfacePatchArrayProperty
public interface ILcdGML3SurfacePatchArrayProperty
Deprecated.
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 Summary
Modifier and TypeMethodDescriptiongetSurfacePatch
(int aIndex) Deprecated.Returns the surface patch at the given index.int
Deprecated.Returns the number of surface patches contained in this property.void
setSurfacePatches
(ILcdGML3AbstractSurfacePatch[] aPatches) Deprecated.Sets the array of surface patches to be contained in this property.
-
Method Details
-
getSurfacePatch
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
- ifaIndex < 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
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.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.