Uses of Interface
com.luciad.format.gml3.model.base.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
Modifier and TypeMethodDescriptionILcdGML3StandardObjectProperties.getDescription()
Deprecated.Returns the description of this GML object.Modifier and TypeMethodDescriptionvoid
ILcdGML3StandardObjectProperties.setDescription
(ILcdGML3StringOrRef aDescription) Deprecated.Sets the description of this GML object. -
Uses of ILcdGML3StringOrRef in com.luciad.format.gml3.model.feature
Modifier and TypeMethodDescriptionALcdGML3AbstractFeature.getDescription()
Deprecated.ILcdGML3LocationProperty.getLocationString()
Deprecated.Returns the location string contained in this location.Modifier and TypeMethodDescriptionvoid
ALcdGML3AbstractFeature.setDescription
(ILcdGML3StringOrRef aDescription) Deprecated.void
ILcdGML3LocationProperty.setLocationString
(ILcdGML3StringOrRef aLocationString) Deprecated.Sets the location string to be contained in this location.