Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractSurface
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractSurface in com.luciad.format.gml3.model.geometry
Modifier and TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.Modifier and TypeMethodDescriptionILcdGML3SurfaceArrayProperty.getSurface
(int aIndex) Deprecated.Returns the surface at the given index.ILcdGML3SurfaceProperty.getSurface()
Deprecated.Returns the surface contained in this property.Modifier and TypeMethodDescriptionvoid
ILcdGML3SurfaceProperty.setSurface
(ILcdGML3AbstractSurface aSurface) Deprecated.Sets the surface contained in this property.void
ILcdGML3SurfaceArrayProperty.setSurfaces
(ILcdGML3AbstractSurface[] aSurfaces) Deprecated.Sets the array of surfaces to be contained in this property.