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
.public interface ILcdGML3SurfaceArrayProperty
gml:SurfaceArrayPropertyType
type.
A container for an array of surfaces. The elements are always contained in the array property,
referencing geometry elements or arrays of geometry elements is not supported.
(GML Specification, v3.1.0, paragraph 9.2.2.3)Modifier and Type | Method and Description |
---|---|
ILcdGML3AbstractSurface |
getSurface(int aIndex)
Deprecated.
Returns the surface at the given index.
|
int |
getSurfaceCount()
Deprecated.
Returns the number of surfaces contained in this property.
|
void |
setSurfaces(ILcdGML3AbstractSurface[] aSurfaces)
Deprecated.
Sets the array of surfaces to be contained in this property.
|
ILcdGML3AbstractSurface getSurface(int aIndex)
aIndex
- the index of the surface to be returned.IndexOutOfBoundsException
- if aIndex < 0 || aIndex >= getSurfaceCount()
int getSurfaceCount()
void setSurfaces(ILcdGML3AbstractSurface[] aSurfaces)
aSurfaces
- the array of surfaces to be contained in this property.l