Uses of Class
com.luciad.lucy.model.ALcyDomainObjectConverter
Packages that use 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
Methods in com.luciad.lucy.addons.drawing.format that return ALcyDomainObjectConverterModifier and TypeMethodDescriptionabstract ALcyDomainObjectConverterALcyDomainObjectSupplier.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
Subclasses of ALcyDomainObjectConverter in com.luciad.lucy.modelMethods in com.luciad.lucy.model that return ALcyDomainObjectConverterModifier and TypeMethodDescriptionTLcyCompositeDomainObjectConverter.getDomainObjectConverter(int aIndex) Retrieve the domain object converter at indexaIndex.Methods in com.luciad.lucy.model with parameters of type ALcyDomainObjectConverterModifier and TypeMethodDescriptionvoidTLcyCompositeDomainObjectConverter.addDomainObjectConverter(ALcyDomainObjectConverter aDomainObjectConverter) Add a domain object converter to this composite converter with the default priority, which is defined by thePRIORITY_DEFAULTfield.voidTLcyCompositeDomainObjectConverter.addDomainObjectConverter(ALcyDomainObjectConverter aDomainObjectConverter, int aPriority) Add a domain object converter to this composite converter with priorityaPriority.voidTLcyCompositeDomainObjectConverter.removeDomainObjectConverter(ALcyDomainObjectConverter aDomainObjectConverter) Remove the domain object converteraDomainObjectConverterfrom this composite converter.