Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractSurface
Packages that use ILcdGML3AbstractSurface
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractSurface in com.luciad.format.gml3.model.geometry
Subinterfaces of ILcdGML3AbstractSurface in com.luciad.format.gml3.model.geometryModifier and TypeInterfaceDescriptioninterfaceDeprecated.This class has been deprecated.interfaceDeprecated.This class has been deprecated.Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3AbstractSurfaceModifier and TypeMethodDescriptionILcdGML3SurfaceArrayProperty.getSurface(int aIndex) Deprecated.Returns the surface at the given index.ILcdGML3SurfaceProperty.getSurface()Deprecated.Returns the surface contained in this property.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3AbstractSurfaceModifier and TypeMethodDescriptionvoidILcdGML3SurfaceProperty.setSurface(ILcdGML3AbstractSurface aSurface) Deprecated.Sets the surface contained in this property.voidILcdGML3SurfaceArrayProperty.setSurfaces(ILcdGML3AbstractSurface[] aSurfaces) Deprecated.Sets the array of surfaces to be contained in this property.