Package net.opengis

Interface HasCopy

All Known Subinterfaces:
AllowedGeoms, AllowedTimes, AllowedTokens, AllowedValues, BinaryEncoding, BlockComponent, Boolean, Category, CategoryOrRange, CategoryRange, Count, CountOrRange, CountRange, DataArray, DataChoice, DataComponent, DataConstraint, DataEncoding, DataRecord, GeometryData, JSONEncoding, Matrix, Quantity, QuantityOrRange, QuantityRange, RangeComponent, ScalarComponent, SimpleComponent, Text, TextEncoding, Time, TimeOrRange, TimeRange, Vector, XMLEncoding
All Known Implementing Classes:
AbstractArrayImpl, AbstractDataComponentImpl, AbstractEncodingImpl, AbstractRangeComponentImpl, AbstractRecordImpl, AbstractSimpleComponentImpl, AllowedGeomsImpl, AllowedTimesImpl, AllowedTokensImpl, AllowedValuesImpl, BinaryBlockImpl, BinaryComponentImpl, BinaryEncodingImpl, BooleanImpl, CategoryImpl, CategoryRangeImpl, CountImpl, CountRangeImpl, DataArrayImpl, DataChoiceImpl, DataList, DataRecordImpl, DataValue, GeometryDataImpl, JSONEncodingImpl, MatrixImpl, NilValuesImpl, QuantityImpl, QuantityRangeImpl, SWEData, TextEncodingImpl, TextImpl, TimeImpl, TimeRangeImpl, VectorImpl, XMLEncodingImpl

public interface HasCopy

Tagging interface for all objects supporting copy. This is used when deep-copying an OgcProperty object

Since:
Nov 8, 2014
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details