Uses of Class
com.luciad.format.gmlcommon.transformation.TLcdGMLTransformerBuilder
Package
Description
Provides support for transforming domain objects and model to and from GML.
-
Uses of TLcdGMLTransformerBuilder in com.luciad.format.gmlcommon.transformation
Modifier and TypeMethodDescriptionTLcdGMLTransformerBuilder.forceUseOfLinearGmlElements()
Directs the builder to construct a GML transformer that always uses linear GML elements.TLcdGMLTransformerBuilder.gmlDataModel
(TLcdDataModel aGMLDataModel) Sets the GML data model that the target data model should extend.TLcdGMLTransformerBuilder.idFactory
(TLcdGMLTransformerBuilder.IdFactory aIdFactory) Sets theIdFactory
that this builder should use.TLcdGMLTransformerBuilder.omitFeatureCollectionType()
Directs the builder to create a GML transformer that omits theFeatureCollection
type for the used GML data model.TLcdGMLTransformerBuilder.targetNamespaceURI
(String aNamespaceURI) Sets the target namespace for the GML application schema that is to be created.TLcdGMLTransformerBuilder.useSimpleFeaturesProfile()
Directs the builder to construct a GML transformer that follows the GML simple features profile.