Uses of Class
com.luciad.lucy.model.ALcyDomainObjectConverter
Package
Description
This package provides a new, highly configurable data format.
Provides classes to deal with the models ( that store the actual data ) behind a map.
-
Uses of ALcyDomainObjectConverter in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract ALcyDomainObjectConverter
ALcyDomainObjectSupplier.createDomainObjectConverter()
Creates the domain object converter that can export the domain objects of this supplier to other models or, conversely, import the data of other models as domain objects supported by this domain object supplier.ALcyShapeSupplier.createDomainObjectConverter()
Creates the domain object converter that can convert the shapes of this supplier instance to other shapes or, conversely, import the data of other flavors to the shapes of this supplier.ALcyShapeSupplierWrapper.createDomainObjectConverter()
TLcySLDDomainObjectSupplier.createDomainObjectConverter()
Creates the domain object converter that can export the domain objects of this supplier to other models or, conversely, import the data of other models as domain objects supported by this domain object supplier.TLcyDrawingFormat.getDomainObjectConverter()
The default implementation returns a composite shape converter, which will automatically loop over all the shape converters of the registered domain object suppliers. -
Uses of ALcyDomainObjectConverter in com.luciad.lucy.model
Modifier and TypeMethodDescriptionTLcyCompositeDomainObjectConverter.getDomainObjectConverter
(int aIndex) Retrieve the domain object converter at indexaIndex
.Modifier and TypeMethodDescriptionvoid
TLcyCompositeDomainObjectConverter.addDomainObjectConverter
(ALcyDomainObjectConverter aDomainObjectConverter) Add a domain object converter to this composite converter with the default priority, which is defined by thePRIORITY_DEFAULT
field.void
TLcyCompositeDomainObjectConverter.addDomainObjectConverter
(ALcyDomainObjectConverter aDomainObjectConverter, int aPriority) Add a domain object converter to this composite converter with priorityaPriority
.void
TLcyCompositeDomainObjectConverter.removeDomainObjectConverter
(ALcyDomainObjectConverter aDomainObjectConverter) Remove the domain object converteraDomainObjectConverter
from this composite converter.