public class GMLUnmarshaller
extends java.lang.Object
Constructor and Description |
---|
GMLUnmarshaller(JAXBUnmarshaller jaxb) |
Modifier and Type | Method and Description |
---|---|
GML |
unmarshal(javax.xml.bind.JAXBElement<?> src) |
GML |
unmarshal(java.lang.Object src) |
void |
unmarshalAbstractCoverage(net.opengis.gml.AbstractCoverageType src,
AbstractCoverage dest) |
void |
unmarshalAbstractCurve(net.opengis.gml.AbstractCurveType src,
AbstractCurve dest) |
void |
unmarshalAbstractCurveSegment(net.opengis.gml.AbstractCurveSegmentType src,
AbstractCurveSegment dest) |
void |
unmarshalAbstractDiscreteCoverage(net.opengis.gml.AbstractDiscreteCoverageType src,
AbstractDiscreteCoverage dest) |
void |
unmarshalAbstractFeature(net.opengis.gml.AbstractFeatureType src,
AbstractFeature dest) |
void |
unmarshalAbstractFeatureCollection(net.opengis.gml.AbstractFeatureCollectionType src,
AbstractFeatureCollection dest) |
void |
unmarshalAbstractGeometricAggregate(net.opengis.gml.AbstractGeometricAggregateType src,
AbstractGeometricAggregate dest) |
void |
unmarshalAbstractGeometricPrimitive(net.opengis.gml.AbstractGeometricPrimitiveType src,
AbstractGeometricPrimitive dest) |
void |
unmarshalAbstractGeometry(net.opengis.gml.AbstractGeometryType src,
AbstractGeometry dest) |
void |
unmarshalAbstractGML(net.opengis.gml.AbstractGMLType src,
AbstractGML dest) |
void |
unmarshalAbstractRing(net.opengis.gml.AbstractRingType src,
AbstractRing dest) |
void |
unmarshalAbstractRingProperty(net.opengis.gml.AbstractRingPropertyType src,
AbstractRingProperty dest) |
void |
unmarshalAbstractSolid(net.opengis.gml.AbstractSolidType src,
AbstractSolid dest) |
void |
unmarshalAbstractSurface(net.opengis.gml.AbstractSurfaceType src,
AbstractSurface dest) |
void |
unmarshalAbstractSurfacePatch(net.opengis.gml.AbstractSurfacePatchType src,
AbstractSurfacePatch dest) |
void |
unmarshalAssociationByRepOrRef(net.opengis.gml.AssociationType src,
AssociationByRepOrRef<? extends Associable> dest) |
BoundingShape |
unmarshalBoundingShape(net.opengis.gml.BoundingShapeType src) |
CategoryExtent |
unmarshalCategoryExtent(net.opengis.gml.CategoryExtentType src) |
Code |
unmarshalCode(net.opengis.gml.CodeType src) |
CodeOrNullList |
unmarshalCodeOrNullList(net.opengis.gml.CodeOrNullListType src) |
void |
unmarshalCodeOrNullList(net.opengis.gml.CodeOrNullListType src,
CodeOrNullList dest) |
CompositeCurve |
unmarshalCompositeCurve(net.opengis.gml.CompositeCurveType src) |
CompositeCurveProperty |
unmarshalCompositeCurveProperty(net.opengis.gml.CompositeCurvePropertyType src) |
CompositeSolid |
unmarshalCompositeSolid(net.opengis.gml.CompositeSolidType src) |
CompositeSolidProperty |
unmarshalCompositeSolidProperty(net.opengis.gml.CompositeSolidPropertyType src) |
CompositeSurface |
unmarshalCompositeSurface(net.opengis.gml.CompositeSurfaceType src) |
CompositeSurfaceProperty |
unmarshalCompositeSurfaceProperty(net.opengis.gml.CompositeSurfacePropertyType src) |
CompositeValue |
unmarshalCompositeValue(net.opengis.gml.CompositeValueType src) |
void |
unmarshalCompositeValue(net.opengis.gml.CompositeValueType src,
CompositeValue dest) |
ControlPoint |
unmarshalControlPoint(net.opengis.gml.TinType.ControlPoint src) |
Coord |
unmarshalCoord(net.opengis.gml.CoordType src) |
Coordinates |
unmarshalCoordinates(net.opengis.gml.CoordinatesType src) |
CoverageFunction |
unmarshalCoverageFunction(net.opengis.gml.CoverageFunctionType src) |
Curve |
unmarshalCurve(net.opengis.gml.CurveType src) |
CurveArrayProperty |
unmarshalCurveArrayProperty(net.opengis.gml.CurveArrayPropertyType src) |
CurveInterpolation |
unmarshalCurveInterpolation(net.opengis.gml.CurveInterpolationType src) |
CurveProperty |
unmarshalCurveProperty(net.opengis.gml.CurvePropertyType src) |
CurveSegmentArrayProperty |
unmarshalCurveSegmentArrayProperty(net.opengis.gml.CurveSegmentArrayPropertyType src) |
DataBlock |
unmarshalDataBlock(net.opengis.gml.DataBlockType src) |
DirectPosition |
unmarshalDirectPosition(net.opengis.gml.DirectPositionType src) |
DirectPositionList |
unmarshalDirectPositionList(net.opengis.gml.DirectPositionListType src) |
void |
unmarshalDomainSet(net.opengis.gml.DomainSetType src,
DomainSet<? extends AbstractGeometry> dest) |
Envelope |
unmarshalEnvelope(net.opengis.gml.EnvelopeType src) |
Exterior |
unmarshalExterior(net.opengis.gml.AbstractRingPropertyType src) |
FeatureArrayProperty |
unmarshalFeatureArrayProperty(net.opengis.gml.FeatureArrayPropertyType src) |
FeatureMember |
unmarshalFeatureMember(net.opengis.gml.FeaturePropertyType src) |
void |
unmarshalFeatureProperty(net.opengis.gml.AssociationType src,
FeatureProperty<? extends AbstractFeature> dest) |
FeatureProperty<? extends AbstractFeature> |
unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src) |
void |
unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src,
FeatureProperty<? extends AbstractFeature> dest) |
File |
unmarshalFile(net.opengis.gml.FileType src) |
FileValueModel |
unmarshalFileValueModel(net.opengis.gml.FileValueModelType src) |
GeometricComplex |
unmarshalGeometricComplex(net.opengis.gml.GeometricComplexType src) |
GeometricComplexProperty |
unmarshalGeometricComplexProperty(net.opengis.gml.GeometricComplexPropertyType src) |
GeometricPrimitiveProperty |
unmarshalGeometricPrimitiveProperty(net.opengis.gml.GeometricPrimitivePropertyType src) |
GeometryArrayProperty<AbstractGeometry> |
unmarshalGeometryArrayProperty(net.opengis.gml.GeometryArrayPropertyType src) |
GeometryProperty<AbstractGeometry> |
unmarshalGeometryProperty(net.opengis.gml.GeometryPropertyType src) |
Grid |
unmarshalGrid(net.opengis.gml.GridType src) |
void |
unmarshalGrid(net.opengis.gml.GridType src,
Grid dest) |
GridEnvelope |
unmarshalGridEnvelope(net.opengis.gml.GridEnvelopeType src) |
GridFunction |
unmarshalGridFunction(net.opengis.gml.GridFunctionType src) |
void |
unmarshalGridFunction(net.opengis.gml.GridFunctionType src,
GridFunction dest) |
GridLimits |
unmarshalGridLimits(net.opengis.gml.GridLimitsType src) |
IndexMap |
unmarshalIndexMap(net.opengis.gml.IndexMapType src) |
InnerBoundaryIs |
unmarshalInnerBoundaryIs(net.opengis.gml.AbstractRingPropertyType src) |
Interior |
unmarshalInterior(net.opengis.gml.AbstractRingPropertyType src) |
Length |
unmarshalLength(net.opengis.gml.LengthType src) |
LinearRing |
unmarshalLinearRing(net.opengis.gml.LinearRingType src) |
LinearRingProperty |
unmarshalLinearRingProperty(net.opengis.gml.LinearRingPropertyType src) |
LineString |
unmarshalLineString(net.opengis.gml.LineStringType src) |
LineStringProperty |
unmarshalLineStringProperty(net.opengis.gml.LineStringPropertyType src) |
LineStringSegment |
unmarshalLineStringSegment(net.opengis.gml.LineStringSegmentType src) |
LineStringSegmentArrayProperty |
unmarshalLineStringSegmentArrayProperty(net.opengis.gml.LineStringSegmentArrayPropertyType src) |
LocationProperty |
unmarshalLocationProperty(net.opengis.gml.LocationPropertyType src) |
void |
unmarshalLocationProperty(net.opengis.gml.LocationPropertyType src,
LocationProperty dest) |
Measure |
unmarshalMeasure(net.opengis.gml.MeasureType src) |
void |
unmarshalMeasure(net.opengis.gml.MeasureType src,
Measure dest) |
MeasureOrNullList |
unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src) |
void |
unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src,
MeasureOrNullList dest) |
MetaDataProperty |
unmarshalMetaDataProperty(net.opengis.gml.MetaDataPropertyType src) |
MultiCurve |
unmarshalMultiCurve(net.opengis.gml.MultiCurveType src) |
MultiCurveProperty |
unmarshalMultiCurveProperty(net.opengis.gml.MultiCurvePropertyType src) |
MultiGeometry |
unmarshalMultiGeometry(net.opengis.gml.MultiGeometryType src) |
MultiGeometryProperty |
unmarshalMultiGeometryProperty(net.opengis.gml.MultiGeometryPropertyType src) |
MultiLineString |
unmarshalMultiLineString(net.opengis.gml.MultiLineStringType src) |
MultiLineStringProperty |
unmarshalMultiLineStringProperty(net.opengis.gml.MultiLineStringPropertyType src) |
MultiPoint |
unmarshalMultiPoint(net.opengis.gml.MultiPointType src) |
MultiPointProperty |
unmarshalMultiPointProperty(net.opengis.gml.MultiPointPropertyType src) |
MultiPolygon |
unmarshalMultiPolygon(net.opengis.gml.MultiPolygonType src) |
MultiPolygonProperty |
unmarshalMultiPolygonProperty(net.opengis.gml.MultiPolygonPropertyType src) |
MultiSolid |
unmarshalMultiSolid(net.opengis.gml.MultiSolidType src) |
MultiSolidProperty |
unmarshalMultiSolidProperty(net.opengis.gml.MultiSolidPropertyType src) |
MultiSurface |
unmarshalMultiSurface(net.opengis.gml.MultiSurfaceType src) |
MultiSurfaceProperty |
unmarshalMultiSurfaceProperty(net.opengis.gml.MultiSurfacePropertyType src) |
OrientableCurve |
unmarshalOrientableCurve(net.opengis.gml.OrientableCurveType src) |
OrientableSurface |
unmarshalOrientableSurface(net.opengis.gml.OrientableSurfaceType src) |
void |
unmarshalOrientableSurface(net.opengis.gml.OrientableSurfaceType src,
OrientableSurface dest) |
OuterBoundaryIs |
unmarshalOuterBoundaryIs(net.opengis.gml.AbstractRingPropertyType src) |
Point |
unmarshalPoint(net.opengis.gml.PointType src) |
PointArrayProperty |
unmarshalPointArrayProperty(net.opengis.gml.PointArrayPropertyType src) |
PointProperty |
unmarshalPointProperty(net.opengis.gml.PointPropertyType src) |
PointRep |
unmarshalPointRep(net.opengis.gml.PointPropertyType src) |
void |
unmarshalPointRroperty(net.opengis.gml.PointPropertyType src,
PointProperty dest) |
Polygon |
unmarshalPolygon(net.opengis.gml.PolygonType src) |
PolygonProperty |
unmarshalPolygonProperty(net.opengis.gml.PolygonPropertyType src) |
PriorityLocationProperty |
unmarshalPriorityLocationProperty(net.opengis.gml.PriorityLocationPropertyType src) |
QuantityExtent |
unmarshalQuantityExtent(net.opengis.gml.QuantityExtentType src) |
RangeParameters |
unmarshalRangeParameters(net.opengis.gml.RangeParametersType src) |
RangeSet |
unmarshalRangeSet(net.opengis.gml.RangeSetType src) |
Rectangle |
unmarshalRectangle(net.opengis.gml.RectangleType src) |
RectifiedGrid |
unmarshalRectifiedGrid(net.opengis.gml.RectifiedGridType src) |
RectifiedGridCoverage |
unmarshalRectifiedGridCoverage(net.opengis.gml.RectifiedGridCoverageType src) |
RectifiedGridDomain |
unmarshalRectifiedGridDomain(net.opengis.gml.RectifiedGridDomainType src) |
Ring |
unmarshalRing(net.opengis.gml.RingType src) |
SequenceRule |
unmarshalSequenceRule(net.opengis.gml.SequenceRuleType src) |
SequenceRuleNames |
unmarshalSequenceRuleNames(net.opengis.gml.SequenceRuleNames src) |
Solid |
unmarshalSolid(net.opengis.gml.SolidType src) |
SolidArrayProperty |
unmarshalSolidArrayProperty(net.opengis.gml.SolidArrayPropertyType src) |
SolidProperty |
unmarshalSolidProperty(net.opengis.gml.SolidPropertyType src) |
Speed |
unmarshalSpeed(net.opengis.gml.SpeedType src) |
StringOrRef |
unmarshalStringOrRef(net.opengis.gml.StringOrRefType src) |
Surface |
unmarshalSurface(net.opengis.gml.SurfaceType src) |
void |
unmarshalSurface(net.opengis.gml.SurfaceType src,
Surface dest) |
SurfaceArrayProperty |
unmarshalSurfaceArrayProperty(net.opengis.gml.SurfaceArrayPropertyType src) |
SurfaceInterpolation |
unmarshalSurfaceInterpolation(net.opengis.gml.SurfaceInterpolationType src) |
SurfacePatchArrayProperty |
unmarshalSurfacePatchArrayProperty(net.opengis.gml.SurfacePatchArrayPropertyType src) |
void |
unmarshalSurfacePatchArrayProperty(net.opengis.gml.SurfacePatchArrayPropertyType src,
SurfacePatchArrayProperty dest) |
SurfaceProperty |
unmarshalSurfaceProperty(net.opengis.gml.SurfacePropertyType src) |
Tin |
unmarshalTin(net.opengis.gml.TinType src) |
Triangle |
unmarshalTriangle(net.opengis.gml.TriangleType src) |
TrianglePatchArrayProperty |
unmarshalTrianglePatchArrayProperty(net.opengis.gml.TrianglePatchArrayPropertyType src) |
TriangulatedSurface |
unmarshalTriangulatedSurface(net.opengis.gml.TriangulatedSurfaceType src) |
void |
unmarshalTriangulatedSurface(net.opengis.gml.TriangulatedSurfaceType src,
TriangulatedSurface dest) |
ValueArray |
unmarshalValueArray(net.opengis.gml.ValueArrayType src) |
ValueArrayProperty |
unmarshalValueArrayProperty(net.opengis.gml.ValueArrayPropertyType src) |
ValueProperty |
unmarshalValueProperty(net.opengis.gml.ValuePropertyType src) |
Vector |
unmarshalVector(net.opengis.gml.VectorType src) |
public GMLUnmarshaller(JAXBUnmarshaller jaxb)
public GML unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
MissingADESchemaException
public GML unmarshal(java.lang.Object src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractCoverage(net.opengis.gml.AbstractCoverageType src, AbstractCoverage dest)
public void unmarshalAbstractCurve(net.opengis.gml.AbstractCurveType src, AbstractCurve dest)
public void unmarshalAbstractDiscreteCoverage(net.opengis.gml.AbstractDiscreteCoverageType src, AbstractDiscreteCoverage dest)
public void unmarshalAbstractCurveSegment(net.opengis.gml.AbstractCurveSegmentType src, AbstractCurveSegment dest)
public void unmarshalAbstractFeature(net.opengis.gml.AbstractFeatureType src, AbstractFeature dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractFeatureCollection(net.opengis.gml.AbstractFeatureCollectionType src, AbstractFeatureCollection dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractGeometricAggregate(net.opengis.gml.AbstractGeometricAggregateType src, AbstractGeometricAggregate dest)
public void unmarshalAbstractGeometricPrimitive(net.opengis.gml.AbstractGeometricPrimitiveType src, AbstractGeometricPrimitive dest)
public void unmarshalAbstractGML(net.opengis.gml.AbstractGMLType src, AbstractGML dest)
public void unmarshalAbstractGeometry(net.opengis.gml.AbstractGeometryType src, AbstractGeometry dest)
public void unmarshalAbstractRing(net.opengis.gml.AbstractRingType src, AbstractRing dest)
public void unmarshalAbstractRingProperty(net.opengis.gml.AbstractRingPropertyType src, AbstractRingProperty dest)
public void unmarshalAbstractSolid(net.opengis.gml.AbstractSolidType src, AbstractSolid dest)
public void unmarshalAbstractSurface(net.opengis.gml.AbstractSurfaceType src, AbstractSurface dest)
public void unmarshalAbstractSurfacePatch(net.opengis.gml.AbstractSurfacePatchType src, AbstractSurfacePatch dest)
public void unmarshalAssociationByRepOrRef(net.opengis.gml.AssociationType src, AssociationByRepOrRef<? extends Associable> dest)
public void unmarshalCodeOrNullList(net.opengis.gml.CodeOrNullListType src, CodeOrNullList dest)
public void unmarshalCompositeValue(net.opengis.gml.CompositeValueType src, CompositeValue dest)
public void unmarshalDomainSet(net.opengis.gml.DomainSetType src, DomainSet<? extends AbstractGeometry> dest)
public void unmarshalFeatureProperty(net.opengis.gml.AssociationType src, FeatureProperty<? extends AbstractFeature> dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src, FeatureProperty<? extends AbstractFeature> dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalGrid(net.opengis.gml.GridType src, Grid dest)
public void unmarshalGridFunction(net.opengis.gml.GridFunctionType src, GridFunction dest)
public void unmarshalLocationProperty(net.opengis.gml.LocationPropertyType src, LocationProperty dest)
public void unmarshalMeasure(net.opengis.gml.MeasureType src, Measure dest)
public void unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src, MeasureOrNullList dest)
public void unmarshalOrientableSurface(net.opengis.gml.OrientableSurfaceType src, OrientableSurface dest)
public void unmarshalPointRroperty(net.opengis.gml.PointPropertyType src, PointProperty dest)
public void unmarshalSurface(net.opengis.gml.SurfaceType src, Surface dest)
public void unmarshalSurfacePatchArrayProperty(net.opengis.gml.SurfacePatchArrayPropertyType src, SurfacePatchArrayProperty dest)
public void unmarshalTriangulatedSurface(net.opengis.gml.TriangulatedSurfaceType src, TriangulatedSurface dest)
public BoundingShape unmarshalBoundingShape(net.opengis.gml.BoundingShapeType src)
public CategoryExtent unmarshalCategoryExtent(net.opengis.gml.CategoryExtentType src)
public Code unmarshalCode(net.opengis.gml.CodeType src)
public CodeOrNullList unmarshalCodeOrNullList(net.opengis.gml.CodeOrNullListType src)
public CompositeCurve unmarshalCompositeCurve(net.opengis.gml.CompositeCurveType src)
public CompositeCurveProperty unmarshalCompositeCurveProperty(net.opengis.gml.CompositeCurvePropertyType src)
public CompositeSolid unmarshalCompositeSolid(net.opengis.gml.CompositeSolidType src)
public CompositeSolidProperty unmarshalCompositeSolidProperty(net.opengis.gml.CompositeSolidPropertyType src)
public CompositeSurface unmarshalCompositeSurface(net.opengis.gml.CompositeSurfaceType src)
public CompositeSurfaceProperty unmarshalCompositeSurfaceProperty(net.opengis.gml.CompositeSurfacePropertyType src)
public CompositeValue unmarshalCompositeValue(net.opengis.gml.CompositeValueType src)
public ControlPoint unmarshalControlPoint(net.opengis.gml.TinType.ControlPoint src)
public Coord unmarshalCoord(net.opengis.gml.CoordType src)
public Coordinates unmarshalCoordinates(net.opengis.gml.CoordinatesType src)
public CoverageFunction unmarshalCoverageFunction(net.opengis.gml.CoverageFunctionType src)
public Curve unmarshalCurve(net.opengis.gml.CurveType src)
public CurveArrayProperty unmarshalCurveArrayProperty(net.opengis.gml.CurveArrayPropertyType src)
public CurveInterpolation unmarshalCurveInterpolation(net.opengis.gml.CurveInterpolationType src)
public CurveProperty unmarshalCurveProperty(net.opengis.gml.CurvePropertyType src)
public CurveSegmentArrayProperty unmarshalCurveSegmentArrayProperty(net.opengis.gml.CurveSegmentArrayPropertyType src)
public DataBlock unmarshalDataBlock(net.opengis.gml.DataBlockType src)
public DirectPosition unmarshalDirectPosition(net.opengis.gml.DirectPositionType src)
public DirectPositionList unmarshalDirectPositionList(net.opengis.gml.DirectPositionListType src)
public Envelope unmarshalEnvelope(net.opengis.gml.EnvelopeType src)
public Exterior unmarshalExterior(net.opengis.gml.AbstractRingPropertyType src)
public FeatureArrayProperty unmarshalFeatureArrayProperty(net.opengis.gml.FeatureArrayPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public FeatureMember unmarshalFeatureMember(net.opengis.gml.FeaturePropertyType src) throws MissingADESchemaException
MissingADESchemaException
public FeatureProperty<? extends AbstractFeature> unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src) throws MissingADESchemaException
MissingADESchemaException
public File unmarshalFile(net.opengis.gml.FileType src)
public FileValueModel unmarshalFileValueModel(net.opengis.gml.FileValueModelType src)
public GeometricComplex unmarshalGeometricComplex(net.opengis.gml.GeometricComplexType src)
public GeometricComplexProperty unmarshalGeometricComplexProperty(net.opengis.gml.GeometricComplexPropertyType src)
public GeometricPrimitiveProperty unmarshalGeometricPrimitiveProperty(net.opengis.gml.GeometricPrimitivePropertyType src)
public GeometryArrayProperty<AbstractGeometry> unmarshalGeometryArrayProperty(net.opengis.gml.GeometryArrayPropertyType src)
public GeometryProperty<AbstractGeometry> unmarshalGeometryProperty(net.opengis.gml.GeometryPropertyType src)
public Grid unmarshalGrid(net.opengis.gml.GridType src)
public GridEnvelope unmarshalGridEnvelope(net.opengis.gml.GridEnvelopeType src)
public GridFunction unmarshalGridFunction(net.opengis.gml.GridFunctionType src)
public GridLimits unmarshalGridLimits(net.opengis.gml.GridLimitsType src)
public IndexMap unmarshalIndexMap(net.opengis.gml.IndexMapType src)
public InnerBoundaryIs unmarshalInnerBoundaryIs(net.opengis.gml.AbstractRingPropertyType src)
public Interior unmarshalInterior(net.opengis.gml.AbstractRingPropertyType src)
public Length unmarshalLength(net.opengis.gml.LengthType src)
public LinearRing unmarshalLinearRing(net.opengis.gml.LinearRingType src)
public LinearRingProperty unmarshalLinearRingProperty(net.opengis.gml.LinearRingPropertyType src)
public LineString unmarshalLineString(net.opengis.gml.LineStringType src)
public LineStringProperty unmarshalLineStringProperty(net.opengis.gml.LineStringPropertyType src)
public LineStringSegment unmarshalLineStringSegment(net.opengis.gml.LineStringSegmentType src)
public LineStringSegmentArrayProperty unmarshalLineStringSegmentArrayProperty(net.opengis.gml.LineStringSegmentArrayPropertyType src)
public LocationProperty unmarshalLocationProperty(net.opengis.gml.LocationPropertyType src)
public Measure unmarshalMeasure(net.opengis.gml.MeasureType src)
public MeasureOrNullList unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src)
public MetaDataProperty unmarshalMetaDataProperty(net.opengis.gml.MetaDataPropertyType src)
public MultiCurve unmarshalMultiCurve(net.opengis.gml.MultiCurveType src)
public MultiCurveProperty unmarshalMultiCurveProperty(net.opengis.gml.MultiCurvePropertyType src)
public MultiGeometry unmarshalMultiGeometry(net.opengis.gml.MultiGeometryType src)
public MultiGeometryProperty unmarshalMultiGeometryProperty(net.opengis.gml.MultiGeometryPropertyType src)
public MultiLineString unmarshalMultiLineString(net.opengis.gml.MultiLineStringType src)
public MultiLineStringProperty unmarshalMultiLineStringProperty(net.opengis.gml.MultiLineStringPropertyType src)
public MultiPoint unmarshalMultiPoint(net.opengis.gml.MultiPointType src)
public MultiPointProperty unmarshalMultiPointProperty(net.opengis.gml.MultiPointPropertyType src)
public MultiPolygon unmarshalMultiPolygon(net.opengis.gml.MultiPolygonType src)
public MultiPolygonProperty unmarshalMultiPolygonProperty(net.opengis.gml.MultiPolygonPropertyType src)
public MultiSolid unmarshalMultiSolid(net.opengis.gml.MultiSolidType src)
public MultiSolidProperty unmarshalMultiSolidProperty(net.opengis.gml.MultiSolidPropertyType src)
public MultiSurface unmarshalMultiSurface(net.opengis.gml.MultiSurfaceType src)
public MultiSurfaceProperty unmarshalMultiSurfaceProperty(net.opengis.gml.MultiSurfacePropertyType src)
public OrientableCurve unmarshalOrientableCurve(net.opengis.gml.OrientableCurveType src)
public OrientableSurface unmarshalOrientableSurface(net.opengis.gml.OrientableSurfaceType src)
public OuterBoundaryIs unmarshalOuterBoundaryIs(net.opengis.gml.AbstractRingPropertyType src)
public Point unmarshalPoint(net.opengis.gml.PointType src)
public PointArrayProperty unmarshalPointArrayProperty(net.opengis.gml.PointArrayPropertyType src)
public PointProperty unmarshalPointProperty(net.opengis.gml.PointPropertyType src)
public PointRep unmarshalPointRep(net.opengis.gml.PointPropertyType src)
public Polygon unmarshalPolygon(net.opengis.gml.PolygonType src)
public PolygonProperty unmarshalPolygonProperty(net.opengis.gml.PolygonPropertyType src)
public PriorityLocationProperty unmarshalPriorityLocationProperty(net.opengis.gml.PriorityLocationPropertyType src)
public QuantityExtent unmarshalQuantityExtent(net.opengis.gml.QuantityExtentType src)
public RangeParameters unmarshalRangeParameters(net.opengis.gml.RangeParametersType src)
public RangeSet unmarshalRangeSet(net.opengis.gml.RangeSetType src)
public Rectangle unmarshalRectangle(net.opengis.gml.RectangleType src)
public RectifiedGrid unmarshalRectifiedGrid(net.opengis.gml.RectifiedGridType src)
public RectifiedGridCoverage unmarshalRectifiedGridCoverage(net.opengis.gml.RectifiedGridCoverageType src)
public RectifiedGridDomain unmarshalRectifiedGridDomain(net.opengis.gml.RectifiedGridDomainType src)
public SequenceRuleNames unmarshalSequenceRuleNames(net.opengis.gml.SequenceRuleNames src)
public SequenceRule unmarshalSequenceRule(net.opengis.gml.SequenceRuleType src)
public Ring unmarshalRing(net.opengis.gml.RingType src)
public Solid unmarshalSolid(net.opengis.gml.SolidType src)
public SolidArrayProperty unmarshalSolidArrayProperty(net.opengis.gml.SolidArrayPropertyType src)
public SolidProperty unmarshalSolidProperty(net.opengis.gml.SolidPropertyType src)
public Speed unmarshalSpeed(net.opengis.gml.SpeedType src)
public StringOrRef unmarshalStringOrRef(net.opengis.gml.StringOrRefType src)
public Surface unmarshalSurface(net.opengis.gml.SurfaceType src)
public SurfaceArrayProperty unmarshalSurfaceArrayProperty(net.opengis.gml.SurfaceArrayPropertyType src)
public SurfaceInterpolation unmarshalSurfaceInterpolation(net.opengis.gml.SurfaceInterpolationType src)
public SurfacePatchArrayProperty unmarshalSurfacePatchArrayProperty(net.opengis.gml.SurfacePatchArrayPropertyType src)
public SurfaceProperty unmarshalSurfaceProperty(net.opengis.gml.SurfacePropertyType src)
public Tin unmarshalTin(net.opengis.gml.TinType src)
public Triangle unmarshalTriangle(net.opengis.gml.TriangleType src)
public TrianglePatchArrayProperty unmarshalTrianglePatchArrayProperty(net.opengis.gml.TrianglePatchArrayPropertyType src)
public TriangulatedSurface unmarshalTriangulatedSurface(net.opengis.gml.TriangulatedSurfaceType src)
public ValueArray unmarshalValueArray(net.opengis.gml.ValueArrayType src)
public ValueArrayProperty unmarshalValueArrayProperty(net.opengis.gml.ValueArrayPropertyType src)
public ValueProperty unmarshalValueProperty(net.opengis.gml.ValuePropertyType src)
public Vector unmarshalVector(net.opengis.gml.VectorType src)