public class Kml21WriterProfile extends DefaultWriterProfile
Modifier and Type | Field and Description |
---|---|
protected CoordinatesWriter |
coordinatesWriter |
protected DescriptionWriter |
descriptionWriter |
protected DocumentWriter |
documentWriter |
protected ElementWriter |
elementWriter |
protected FeatureWriter |
featureWriter |
protected FolderWriter |
folderWriter |
protected GeometriesWriter |
geometriesWriter |
protected InnerBoundaryIsWriter |
innerBoundaryIsWriter |
protected LatLonAltBoxWriter |
latLonAltBoxWriter |
protected LinearRingWriter |
linearRingWriter |
protected LineStringWriter |
lineStringWriter |
protected MetadataWriter |
metadataWriter |
protected MultiGeometryWriter |
multiGeometryWriter |
protected NameWriter |
nameWriter |
protected OuterBoundaryIsWriter |
outerBoundaryIsWriter |
protected PlaceMarkWriter |
placeMarkWriter |
protected PointWriter |
pointWriter |
protected PolygonWriter |
polygonWriter |
protected RegionWriter |
regionWriter |
Constructor and Description |
---|
Kml21WriterProfile() |
protected NameWriter nameWriter
protected DescriptionWriter descriptionWriter
protected CoordinatesWriter coordinatesWriter
protected DocumentWriter documentWriter
protected ElementWriter elementWriter
protected FeatureWriter featureWriter
protected FolderWriter folderWriter
protected GeometriesWriter geometriesWriter
protected InnerBoundaryIsWriter innerBoundaryIsWriter
protected LatLonAltBoxWriter latLonAltBoxWriter
protected LineStringWriter lineStringWriter
protected LinearRingWriter linearRingWriter
protected MetadataWriter metadataWriter
protected MultiGeometryWriter multiGeometryWriter
protected OuterBoundaryIsWriter outerBoundaryIsWriter
protected PlaceMarkWriter placeMarkWriter
protected PointWriter pointWriter
protected PolygonWriter polygonWriter
protected RegionWriter regionWriter
public NameWriter getNameWriter()
getNameWriter
in interface IWriterProfile
getNameWriter
in class DefaultWriterProfile
public DescriptionWriter getDescriptionWriter()
getDescriptionWriter
in interface IWriterProfile
getDescriptionWriter
in class DefaultWriterProfile
public CoordinatesWriter getCoordinatesWriter()
getCoordinatesWriter
in interface IWriterProfile
getCoordinatesWriter
in class DefaultWriterProfile
public DocumentWriter getDocumentWriter()
getDocumentWriter
in interface IWriterProfile
getDocumentWriter
in class DefaultWriterProfile
public ElementWriter getElementWriter()
getElementWriter
in interface IWriterProfile
getElementWriter
in class DefaultWriterProfile
public FeatureWriter getFeatureWriter()
getFeatureWriter
in interface IWriterProfile
getFeatureWriter
in class DefaultWriterProfile
public FolderWriter getFolderWriter()
getFolderWriter
in interface IWriterProfile
getFolderWriter
in class DefaultWriterProfile
public GeometriesWriter getGeometryWriter()
getGeometryWriter
in interface IWriterProfile
getGeometryWriter
in class DefaultWriterProfile
public InnerBoundaryIsWriter getInnerBoundaryIsWriter()
getInnerBoundaryIsWriter
in interface IWriterProfile
getInnerBoundaryIsWriter
in class DefaultWriterProfile
public LatLonAltBoxWriter getLatLonAltBoxWriter()
getLatLonAltBoxWriter
in interface IWriterProfile
getLatLonAltBoxWriter
in class DefaultWriterProfile
public LineStringWriter getLineStringTypeWriter()
getLineStringTypeWriter
in interface IWriterProfile
getLineStringTypeWriter
in class DefaultWriterProfile
public LinearRingWriter getLinearRingWriter()
getLinearRingWriter
in interface IWriterProfile
getLinearRingWriter
in class DefaultWriterProfile
public MetadataWriter getMetadataWriter()
getMetadataWriter
in interface IWriterProfile
getMetadataWriter
in class DefaultWriterProfile
public MultiGeometryWriter getMultiGeometryWriter()
getMultiGeometryWriter
in interface IWriterProfile
getMultiGeometryWriter
in class DefaultWriterProfile
public OuterBoundaryIsWriter getOuterBoundaryIsWriter()
getOuterBoundaryIsWriter
in interface IWriterProfile
getOuterBoundaryIsWriter
in class DefaultWriterProfile
public PlaceMarkWriter getPlaceMarkWriter()
getPlaceMarkWriter
in interface IWriterProfile
getPlaceMarkWriter
in class DefaultWriterProfile
public PointWriter getPointTypeWriter()
getPointTypeWriter
in interface IWriterProfile
getPointTypeWriter
in class DefaultWriterProfile
public PolygonWriter getPolygonTypeWriter()
getPolygonTypeWriter
in interface IWriterProfile
getPolygonTypeWriter
in class DefaultWriterProfile
public RegionWriter getRegionWriter()
getRegionWriter
in interface IWriterProfile
getRegionWriter
in class DefaultWriterProfile