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 IWriterProfilegetNameWriter in class DefaultWriterProfilepublic DescriptionWriter getDescriptionWriter()
getDescriptionWriter in interface IWriterProfilegetDescriptionWriter in class DefaultWriterProfilepublic CoordinatesWriter getCoordinatesWriter()
getCoordinatesWriter in interface IWriterProfilegetCoordinatesWriter in class DefaultWriterProfilepublic DocumentWriter getDocumentWriter()
getDocumentWriter in interface IWriterProfilegetDocumentWriter in class DefaultWriterProfilepublic ElementWriter getElementWriter()
getElementWriter in interface IWriterProfilegetElementWriter in class DefaultWriterProfilepublic FeatureWriter getFeatureWriter()
getFeatureWriter in interface IWriterProfilegetFeatureWriter in class DefaultWriterProfilepublic FolderWriter getFolderWriter()
getFolderWriter in interface IWriterProfilegetFolderWriter in class DefaultWriterProfilepublic GeometriesWriter getGeometryWriter()
getGeometryWriter in interface IWriterProfilegetGeometryWriter in class DefaultWriterProfilepublic InnerBoundaryIsWriter getInnerBoundaryIsWriter()
getInnerBoundaryIsWriter in interface IWriterProfilegetInnerBoundaryIsWriter in class DefaultWriterProfilepublic LatLonAltBoxWriter getLatLonAltBoxWriter()
getLatLonAltBoxWriter in interface IWriterProfilegetLatLonAltBoxWriter in class DefaultWriterProfilepublic LineStringWriter getLineStringTypeWriter()
getLineStringTypeWriter in interface IWriterProfilegetLineStringTypeWriter in class DefaultWriterProfilepublic LinearRingWriter getLinearRingWriter()
getLinearRingWriter in interface IWriterProfilegetLinearRingWriter in class DefaultWriterProfilepublic MetadataWriter getMetadataWriter()
getMetadataWriter in interface IWriterProfilegetMetadataWriter in class DefaultWriterProfilepublic MultiGeometryWriter getMultiGeometryWriter()
getMultiGeometryWriter in interface IWriterProfilegetMultiGeometryWriter in class DefaultWriterProfilepublic OuterBoundaryIsWriter getOuterBoundaryIsWriter()
getOuterBoundaryIsWriter in interface IWriterProfilegetOuterBoundaryIsWriter in class DefaultWriterProfilepublic PlaceMarkWriter getPlaceMarkWriter()
getPlaceMarkWriter in interface IWriterProfilegetPlaceMarkWriter in class DefaultWriterProfilepublic PointWriter getPointTypeWriter()
getPointTypeWriter in interface IWriterProfilegetPointTypeWriter in class DefaultWriterProfilepublic PolygonWriter getPolygonTypeWriter()
getPolygonTypeWriter in interface IWriterProfilegetPolygonTypeWriter in class DefaultWriterProfilepublic RegionWriter getRegionWriter()
getRegionWriter in interface IWriterProfilegetRegionWriter in class DefaultWriterProfile