Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractGeometry
Packages that use ILcdGML3AbstractGeometry
Package
Description
Model of the GML grid type.
Contains domain model interfaces for the GML3 feature schema.
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractGeometry in com.luciad.format.gml3.model.coverages
Subinterfaces of ILcdGML3AbstractGeometry in com.luciad.format.gml3.model.coveragesModifier and TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated. -
Uses of ILcdGML3AbstractGeometry in com.luciad.format.gml3.model.feature
Methods in com.luciad.format.gml3.model.feature that return ILcdGML3AbstractGeometryModifier and TypeMethodDescriptionILcdGML3LocationProperty.getGeometry()
Deprecated.Returns the geometry contained in this location.Methods in com.luciad.format.gml3.model.feature with parameters of type ILcdGML3AbstractGeometryModifier and TypeMethodDescriptionvoid
ILcdGML3LocationProperty.setGeometry
(ILcdGML3AbstractGeometry aGeometry) Deprecated.Sets the geometry to be contained in this location. -
Uses of ILcdGML3AbstractGeometry in com.luciad.format.gml3.model.geometry
Subinterfaces of ILcdGML3AbstractGeometry in com.luciad.format.gml3.model.geometryModifier and TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3AbstractGeometryModifier and TypeMethodDescriptionILcdGML3GeometryArrayProperty.getGeometry
(int aIndex) Deprecated.Returns the geometry at the given index.ILcdGML3GeometryProperty.getGeometry()
Deprecated.Returns the geometry contained in this property.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3AbstractGeometryModifier and TypeMethodDescriptionvoid
ILcdGML3GeometryArrayProperty.setGeometries
(ILcdGML3AbstractGeometry[] aGeometries) Deprecated.Sets the array of geometries to be contained in this array property.void
ILcdGML3GeometryProperty.setGeometry
(ILcdGML3AbstractGeometry aGeometry) Deprecated.Sets the geometry to be contained in this property.