Uses of Class
com.luciad.ais.model.ALcdAISGeometryFactory
Packages that use ALcdAISGeometryFactory
-
Uses of ALcdAISGeometryFactory in com.luciad.ais.model
Subclasses of ALcdAISGeometryFactory in com.luciad.ais.modelModifier and TypeClassDescriptionclassAn implementation ofALcdAISGeometryFactorythat creates objects with geodetic (lon/lat/height) coordinates.classAn implementation ofALcdAISObjectFactorythat creates objects with grid coordinates.Methods in com.luciad.ais.model that return ALcdAISGeometryFactoryModifier and TypeMethodDescriptionTLcdAISDataObjectFactory.getGeometryFactory()Returns the geometry factory that is used by this data object factory.Constructors in com.luciad.ais.model with parameters of type ALcdAISGeometryFactoryModifierConstructorDescriptionTLcdAISDataObjectFactory(ALcdAISGeometryFactory aGeometryFactory) Creates a new data object factory that uses the given geometry factory to create geometries for the data objects.