Uses of Class
com.luciad.format.gmlcommon.transformation.TLcdGMLTransformerBuilder
Packages that use TLcdGMLTransformerBuilder
Package
Description
Provides support for transforming domain objects and model to and from GML.
-
Uses of TLcdGMLTransformerBuilder in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return TLcdGMLTransformerBuilderModifier 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 theIdFactorythat this builder should use.TLcdGMLTransformerBuilder.omitFeatureCollectionType()Directs the builder to create a GML transformer that omits theFeatureCollectiontype 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.