Uses of Class
com.luciad.lucy.addons.drawing.format.ALcyShapeSupplier
Packages that use ALcyShapeSupplier
Package
Description
This package provides a new, highly configurable data format.
-
Uses of ALcyShapeSupplier in com.luciad.lucy.addons.drawing.format
Subclasses of ALcyShapeSupplier in com.luciad.lucy.addons.drawing.formatModifier and TypeClassDescriptionclassALcyShapeSupplierthat delegates to another shape supplier.Methods in com.luciad.lucy.addons.drawing.format that return ALcyShapeSupplierModifier and TypeMethodDescriptionprotected ALcyShapeSupplierTLcyDrawingFormat.createGeometrySupplier(String aDomainObjectID) Creates theALcyShapeSupplierfor the given domain object ID.ALcyShapeSupplierWrapper.getGeometrySupplier()Returns the delegate geometry supplier.TLcySLDDomainObjectSupplier.getShapeSupplier()Returns the shape supplier associated with this domain object supplierMethods in com.luciad.lucy.addons.drawing.format with parameters of type ALcyShapeSupplierModifier and TypeMethodDescriptionvoidTLcySLDDomainObjectSupplier.setShapeSupplier(ALcyShapeSupplier aShapeSupplier) Sets theALcyShapeSupplier.Constructors in com.luciad.lucy.addons.drawing.format with parameters of type ALcyShapeSupplierModifierConstructorDescriptionALcyShapeSupplierWrapper(ALcyShapeSupplier aShapeSupplier) Creates anALcyShapeSupplierWrapperinstances which delegates toaShapeSupplierTLcySLDDomainObjectSupplier(ALcyShapeSupplier aShapeSupplier, ALcyProperties aProperties, boolean aExtrusionSupported, ILcyLucyEnv aLucyEnv) Creates aTLcySLDDomainObjectSupplierobject.