Package com.luciad.format.svg
Interface ILcdSVGShapeFactoryFactory
- All Known Implementing Classes:
TLcdSVGUnStyledShapeFactoryFactory
public interface ILcdSVGShapeFactoryFactory
interface to create a
ILcdSVGShapeFactory.-
Method Summary
Modifier and TypeMethodDescriptioncreateSVGShapeFactory(ILcdModelReference aModelReference) Creates aILcdSVGShapeFactorybased on the givenILcdModelReference.
-
Method Details
-
createSVGShapeFactory
Creates aILcdSVGShapeFactorybased on the givenILcdModelReference. The factory needs aILcdModelReferenceto create the shapes ( geodetic or cartesian ).- Parameters:
aModelReference- theILcdModelReference- Returns:
- the created
ILcdSVGShapeFactory.
-