Class Kml21WriterProfile
java.lang.Object
org.gvsig.gpe.prov.kml.writer.profiles.DefaultWriterProfile
org.gvsig.gpe.prov.kml.writer.profiles.Kml21WriterProfile
- All Implemented Interfaces:
IWriterProfile
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoordinatesWriterprotected DescriptionWriterprotected DocumentWriterprotected ElementWriterprotected FeatureWriterprotected FolderWriterprotected GeometriesWriterprotected InnerBoundaryIsWriterprotected LatLonAltBoxWriterprotected LinearRingWriterprotected LineStringWriterprotected MetadataWriterprotected MultiGeometryWriterprotected NameWriterprotected OuterBoundaryIsWriterprotected PlaceMarkWriterprotected PointWriterprotected PolygonWriterprotected RegionWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
nameWriter
-
descriptionWriter
-
coordinatesWriter
-
documentWriter
-
elementWriter
-
featureWriter
-
folderWriter
-
geometriesWriter
-
innerBoundaryIsWriter
-
latLonAltBoxWriter
-
lineStringWriter
-
linearRingWriter
-
metadataWriter
-
multiGeometryWriter
-
outerBoundaryIsWriter
-
placeMarkWriter
-
pointWriter
-
polygonWriter
-
regionWriter
-
-
Constructor Details
-
Kml21WriterProfile
public Kml21WriterProfile()
-
-
Method Details
-
getNameWriter
- Specified by:
getNameWriterin interfaceIWriterProfile- Overrides:
getNameWriterin classDefaultWriterProfile
-
getDescriptionWriter
- Specified by:
getDescriptionWriterin interfaceIWriterProfile- Overrides:
getDescriptionWriterin classDefaultWriterProfile
-
getCoordinatesWriter
- Specified by:
getCoordinatesWriterin interfaceIWriterProfile- Overrides:
getCoordinatesWriterin classDefaultWriterProfile
-
getDocumentWriter
- Specified by:
getDocumentWriterin interfaceIWriterProfile- Overrides:
getDocumentWriterin classDefaultWriterProfile
-
getElementWriter
- Specified by:
getElementWriterin interfaceIWriterProfile- Overrides:
getElementWriterin classDefaultWriterProfile
-
getFeatureWriter
- Specified by:
getFeatureWriterin interfaceIWriterProfile- Overrides:
getFeatureWriterin classDefaultWriterProfile
-
getFolderWriter
- Specified by:
getFolderWriterin interfaceIWriterProfile- Overrides:
getFolderWriterin classDefaultWriterProfile
-
getGeometryWriter
- Specified by:
getGeometryWriterin interfaceIWriterProfile- Overrides:
getGeometryWriterin classDefaultWriterProfile
-
getInnerBoundaryIsWriter
- Specified by:
getInnerBoundaryIsWriterin interfaceIWriterProfile- Overrides:
getInnerBoundaryIsWriterin classDefaultWriterProfile
-
getLatLonAltBoxWriter
- Specified by:
getLatLonAltBoxWriterin interfaceIWriterProfile- Overrides:
getLatLonAltBoxWriterin classDefaultWriterProfile
-
getLineStringTypeWriter
- Specified by:
getLineStringTypeWriterin interfaceIWriterProfile- Overrides:
getLineStringTypeWriterin classDefaultWriterProfile
-
getLinearRingWriter
- Specified by:
getLinearRingWriterin interfaceIWriterProfile- Overrides:
getLinearRingWriterin classDefaultWriterProfile
-
getMetadataWriter
- Specified by:
getMetadataWriterin interfaceIWriterProfile- Overrides:
getMetadataWriterin classDefaultWriterProfile
-
getMultiGeometryWriter
- Specified by:
getMultiGeometryWriterin interfaceIWriterProfile- Overrides:
getMultiGeometryWriterin classDefaultWriterProfile
-
getOuterBoundaryIsWriter
- Specified by:
getOuterBoundaryIsWriterin interfaceIWriterProfile- Overrides:
getOuterBoundaryIsWriterin classDefaultWriterProfile
-
getPlaceMarkWriter
- Specified by:
getPlaceMarkWriterin interfaceIWriterProfile- Overrides:
getPlaceMarkWriterin classDefaultWriterProfile
-
getPointTypeWriter
- Specified by:
getPointTypeWriterin interfaceIWriterProfile- Overrides:
getPointTypeWriterin classDefaultWriterProfile
-
getPolygonTypeWriter
- Specified by:
getPolygonTypeWriterin interfaceIWriterProfile- Overrides:
getPolygonTypeWriterin classDefaultWriterProfile
-
getRegionWriter
- Specified by:
getRegionWriterin interfaceIWriterProfile- Overrides:
getRegionWriterin classDefaultWriterProfile
-