Class OgcApiFeaturesDataSourceInfo
java.lang.Object
com.kheops.jmap.metadata.LocalizedObject
com.kheops.jmap.metadata.JMapObject
com.kheops.jmap.server.datasources.SpatialDataSourceInfo
com.kheops.jmap.server.datasources.VectorDataSourceInfo
com.kheops.jmap.server.datasources.oapif.OgcApiFeaturesDataSourceInfo
- All Implemented Interfaces:
- ISpatialDataSourceInfo,- IVectorDataSourceInfo,- Serializable,- Cloneable,- Comparable<SpatialDataSourceInfo>
- See Also:
- 
Field SummaryFields inherited from class com.kheops.jmap.server.datasources.VectorDataSourceInfohasEmptyUnivTile, indexStat, keyAttribute, SERVERLAYER_CLASS_NAMEFields inherited from class com.kheops.jmap.server.datasources.SpatialDataSourceInfoattributeMetaData, availableGeometryTypes, desc, extent, geometryTypesFilter, id, lastException, metadataExternalUrl, metadataTemplateId, name, projection, status, systemManaged, timeStamp, updateStatusFields inherited from class com.kheops.jmap.metadata.JMapObjectacl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()protected voidclone(OgcApiFeaturesDataSourceInfo ogcApiFeaturesDataSourceInfo) Returns the data source class name which should be created using this data source info.voidsetKeyAttribute(Attribute key) Methods inherited from class com.kheops.jmap.server.datasources.VectorDataSourceInfoclone, getServerLayerClassName, hasEmptyUnivTile, setHasEmptyUnivTile, updateMethods inherited from class com.kheops.jmap.server.datasources.SpatialDataSourceInfoclone, compareTo, equals, getAttributeMetaData, getUpdateProgress, getUpdateStatus, hashCode, isEditable, load, setAcl, setId, setLastException, setStatus, setStatus, setUpdateStatus, setUpdateStatus, toStringMethods inherited from class com.kheops.jmap.metadata.JMapObjectcloneMethods inherited from class com.kheops.jmap.metadata.LocalizedObjectgetAvailableLocales, getTranslation, isTranslationExists, removeTranslationsOtherThan, setTranslation, updateTranslationsMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.kheops.jmap.server.datasources.ISpatialDataSourceInfocompareTo, getAcl, getAttributeMetaData, getAttributeMetaData, getAvailableGeometryTypes, getDesc, getExtent, getGeometryTypesFilter, getId, getLastException, getName, getProjection, getStatus, getTimeStamp, getUpdateProgress, getUpdateStatus, isSystemManaged, setAcl, setAttributeMetaData, setAvailableGeometryTypes, setDesc, setExtent, setGeometryTypesFilter, setId, setLastException, setName, setProjection, setStatus, setSystemManaged, setTimeStamp, setUpdateStatus, toStringMethods inherited from interface com.kheops.jmap.server.datasources.IVectorDataSourceInfogetIndexStat, setIndexStat
- 
Constructor Details- 
OgcApiFeaturesDataSourceInfopublic OgcApiFeaturesDataSourceInfo()
 
- 
- 
Method Details- 
clone- Specified by:
- clonein interface- ISpatialDataSourceInfo
- Specified by:
- clonein class- SpatialDataSourceInfo
 
- 
clone
- 
getDataSourceClassNameDescription copied from interface:ISpatialDataSourceInfoReturns the data source class name which should be created using this data source info.- Specified by:
- getDataSourceClassNamein interface- ISpatialDataSourceInfo
- Specified by:
- getDataSourceClassNamein class- SpatialDataSourceInfo
- Returns:
- the data source class name.
 
- 
getIdAttribute- Specified by:
- getIdAttributein interface- IVectorDataSourceInfo
- Specified by:
- getIdAttributein class- VectorDataSourceInfo
 
- 
getKeyAttribute- Overrides:
- getKeyAttributein class- VectorDataSourceInfo
 
- 
setKeyAttribute
 
-