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 TypeClassDescriptionclass
ALcyShapeSupplier
that delegates to another shape supplier.Methods in com.luciad.lucy.addons.drawing.format that return ALcyShapeSupplierModifier and TypeMethodDescriptionprotected ALcyShapeSupplier
TLcyDrawingFormat.createGeometrySupplier
(String aDomainObjectID) Creates theALcyShapeSupplier
for 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 TypeMethodDescriptionvoid
TLcySLDDomainObjectSupplier.setShapeSupplier
(ALcyShapeSupplier aShapeSupplier) Sets theALcyShapeSupplier
.Constructors in com.luciad.lucy.addons.drawing.format with parameters of type ALcyShapeSupplierModifierConstructorDescriptionALcyShapeSupplierWrapper
(ALcyShapeSupplier aShapeSupplier) Creates anALcyShapeSupplierWrapper
instances which delegates toaShapeSupplier
TLcySLDDomainObjectSupplier
(ALcyShapeSupplier aShapeSupplier, ALcyProperties aProperties, boolean aExtrusionSupported, ILcyLucyEnv aLucyEnv) Creates aTLcySLDDomainObjectSupplier
object.