Uses of Interface
com.luciad.format.gml3.model.base.ILcdGML3StringOrRef
Packages that use ILcdGML3StringOrRef
Package
Description
Contains domain model interfaces for the GML3 base schema.
Contains domain model interfaces for the GML3 feature schema.
-
Uses of ILcdGML3StringOrRef in com.luciad.format.gml3.model.base
Methods in com.luciad.format.gml3.model.base that return ILcdGML3StringOrRefModifier and TypeMethodDescriptionILcdGML3StandardObjectProperties.getDescription()
Deprecated.Returns the description of this GML object.Methods in com.luciad.format.gml3.model.base with parameters of type ILcdGML3StringOrRefModifier and TypeMethodDescriptionvoid
ILcdGML3StandardObjectProperties.setDescription
(ILcdGML3StringOrRef aDescription) Deprecated.Sets the description of this GML object. -
Uses of ILcdGML3StringOrRef in com.luciad.format.gml3.model.feature
Methods in com.luciad.format.gml3.model.feature that return ILcdGML3StringOrRefModifier and TypeMethodDescriptionALcdGML3AbstractFeature.getDescription()
Deprecated.ILcdGML3LocationProperty.getLocationString()
Deprecated.Returns the location string contained in this location.Methods in com.luciad.format.gml3.model.feature with parameters of type ILcdGML3StringOrRefModifier and TypeMethodDescriptionvoid
ALcdGML3AbstractFeature.setDescription
(ILcdGML3StringOrRef aDescription) Deprecated.void
ILcdGML3LocationProperty.setLocationString
(ILcdGML3StringOrRef aLocationString) Deprecated.Sets the location string to be contained in this location.