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 TypeClassDescriptionclass
An implementation ofALcdAISGeometryFactory
that creates objects with geodetic (lon/lat/height) coordinates.class
An implementation ofALcdAISObjectFactory
that 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.