Class Gml2WriterProfile
java.lang.Object
org.gvsig.gpe.prov.gml.writer.profiles.DefaultWriterProfile
org.gvsig.gpe.prov.gml.writer.profiles.Gml2WriterProfile
- All Implemented Interfaces:
IWriterProfile
- Direct Known Subclasses:
GmlSFP0WriterProfile
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BoundedByWriterprotected BoxWriterprotected CoordinatesWriterprotected CoordWriterprotected DescriptionWriterprotected ElementWriterprotected FeatureCollectionWriterprotected FeatureMemberWriterprotected GeometryMemberWriterprotected InnerBoundaryIsWriterprotected LinearRingWriterprotected LineStringMemberWriterprotected LineStringWriterprotected MultiGeometryWriterprotected MultiLineStringWriterprotected MultiPointWriterprotected MultiPolygonWriterprotected NameWriterprotected OuterBoundaryIsWriterprotected PointMemberWriterprotected PointWriterprotected PolygonMemberWriterprotected PolygonWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
featureCollectionWriter
-
nameWriter
-
descriptionWriter
-
geometryMemberWriter
-
boundedByWriter
-
boxWriter
-
coordWriter
-
coordinatesWriter
-
elementWriter
-
featureMemberWriter
-
innerBoundaryIsWriter
-
lineStringMemberWriter
-
lineStringWriter
-
linearRingWriter
-
multiGeometryWriter
-
multiLineStringWriter
-
multiPointWriter
-
multiPolygonWriter
-
outerBoundaryIsWriter
-
pointMemberWriter
-
pointWriter
-
polygonMemberWriter
-
polygonWriter
-
-
Constructor Details
-
Gml2WriterProfile
public Gml2WriterProfile()
-
-
Method Details
-
getNameWriter
- Specified by:
getNameWriterin interfaceIWriterProfile- Overrides:
getNameWriterin classDefaultWriterProfile
-
getDescriptionWriter
- Specified by:
getDescriptionWriterin interfaceIWriterProfile- Overrides:
getDescriptionWriterin classDefaultWriterProfile
-
getGeometryMemberWriter
- Specified by:
getGeometryMemberWriterin interfaceIWriterProfile- Overrides:
getGeometryMemberWriterin classDefaultWriterProfile
-
getBoundedByWriter
- Specified by:
getBoundedByWriterin interfaceIWriterProfile- Overrides:
getBoundedByWriterin classDefaultWriterProfile
-
getBoxWriter
- Specified by:
getBoxWriterin interfaceIWriterProfile- Overrides:
getBoxWriterin classDefaultWriterProfile
-
getCoordWriter
- Specified by:
getCoordWriterin interfaceIWriterProfile- Overrides:
getCoordWriterin classDefaultWriterProfile
-
getCoordinatesWriter
- Specified by:
getCoordinatesWriterin interfaceIWriterProfile- Overrides:
getCoordinatesWriterin classDefaultWriterProfile
-
getElementWriter
- Specified by:
getElementWriterin interfaceIWriterProfile- Overrides:
getElementWriterin classDefaultWriterProfile
-
getFeatureMemberWriter
- Specified by:
getFeatureMemberWriterin interfaceIWriterProfile- Overrides:
getFeatureMemberWriterin classDefaultWriterProfile
-
getInnerBoundaryIsWriter
- Specified by:
getInnerBoundaryIsWriterin interfaceIWriterProfile- Overrides:
getInnerBoundaryIsWriterin classDefaultWriterProfile
-
getLineStringMemeberWriter
- Specified by:
getLineStringMemeberWriterin interfaceIWriterProfile- Overrides:
getLineStringMemeberWriterin classDefaultWriterProfile
-
getLineStringWriter
- Specified by:
getLineStringWriterin interfaceIWriterProfile- Overrides:
getLineStringWriterin classDefaultWriterProfile
-
getLinearRingWriter
- Specified by:
getLinearRingWriterin interfaceIWriterProfile- Overrides:
getLinearRingWriterin classDefaultWriterProfile
-
getMultiGeometryWriter
- Specified by:
getMultiGeometryWriterin interfaceIWriterProfile- Overrides:
getMultiGeometryWriterin classDefaultWriterProfile
-
getMultiLineStringWriter
- Specified by:
getMultiLineStringWriterin interfaceIWriterProfile- Overrides:
getMultiLineStringWriterin classDefaultWriterProfile
-
getMultiPointWriter
- Specified by:
getMultiPointWriterin interfaceIWriterProfile- Overrides:
getMultiPointWriterin classDefaultWriterProfile
-
getMultiPolygonWriter
- Specified by:
getMultiPolygonWriterin interfaceIWriterProfile- Overrides:
getMultiPolygonWriterin classDefaultWriterProfile
-
getOuterBoundaryIsWriter
- Specified by:
getOuterBoundaryIsWriterin interfaceIWriterProfile- Overrides:
getOuterBoundaryIsWriterin classDefaultWriterProfile
-
getPointMemberWriter
- Specified by:
getPointMemberWriterin interfaceIWriterProfile- Overrides:
getPointMemberWriterin classDefaultWriterProfile
-
getPointWriter
- Specified by:
getPointWriterin interfaceIWriterProfile- Overrides:
getPointWriterin classDefaultWriterProfile
-
getPolygonMemberWriter
- Specified by:
getPolygonMemberWriterin interfaceIWriterProfile- Overrides:
getPolygonMemberWriterin classDefaultWriterProfile
-
getPolygonWriter
- Specified by:
getPolygonWriterin interfaceIWriterProfile- Overrides:
getPolygonWriterin classDefaultWriterProfile
-
getFeatureCollectionWriter
-