Class AbstractWfsSource
java.lang.Object
ddf.catalog.util.impl.DescribableImpl
ddf.catalog.util.impl.MaskableImpl
org.codice.ddf.spatial.ogc.wfs.catalog.common.AbstractWfsSource
- All Implemented Interfaces:
ddf.catalog.resource.ResourceReader,ddf.catalog.service.ConfiguredService,ddf.catalog.source.ConnectedSource,ddf.catalog.source.FederatedSource,ddf.catalog.source.RemoteSource,ddf.catalog.source.Source,ddf.catalog.util.Describable,ddf.catalog.util.Maskable,org.codice.ddf.platform.services.common.Describable
public abstract class AbstractWfsSource
extends MaskableImpl
implements ddf.catalog.source.FederatedSource, ddf.catalog.source.ConnectedSource, ddf.catalog.service.ConfiguredService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapperlookupMetacardAttributeToFeaturePropertyMapper(QName featureType, List<org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper> metacardMapperList) protected StringmapSortByPropertyName(QName featureType, String incomingPropertyName, List<org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper> metacardMapperList) If a MetacardMapper cannot be found or there is no mapping for the incomingPropertyName, return null.voidsetCertAlias(String certAlias) voidsetKeystorePath(String keystorePath) voidsetSslProtocol(String sslProtocol) Methods inherited from class ddf.catalog.util.impl.MaskableImpl
maskId, setIdMethods inherited from class ddf.catalog.util.impl.DescribableImpl
getDescription, getId, getOrganization, getTitle, getVersion, setDescription, setOrganization, setShortname, setTitle, setVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.service.ConfiguredService
getConfigurationPid, setConfigurationPidMethods inherited from interface ddf.catalog.util.Describable
getDescription, getId, getOrganization, getTitle, getVersionMethods inherited from interface ddf.catalog.util.Maskable
maskIdMethods inherited from interface ddf.catalog.resource.ResourceReader
getOptions, getSupportedSchemes, retrieveResourceMethods inherited from interface ddf.catalog.source.Source
getContentTypes, getSecurityAttributes, isAvailable, isAvailable, query
-
Field Details
-
CERT_ALIAS_KEY
- See Also:
-
KEYSTORE_PATH_KEY
- See Also:
-
SSL_PROTOCOL_KEY
- See Also:
-
certAlias
-
keystorePath
-
sslProtocol
-
-
Constructor Details
-
AbstractWfsSource
public AbstractWfsSource()
-
-
Method Details
-
getCertAlias
-
setCertAlias
-
getKeystorePath
-
setKeystorePath
-
getSslProtocol
-
setSslProtocol
-
mapSortByPropertyName
protected String mapSortByPropertyName(QName featureType, String incomingPropertyName, List<org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper> metacardMapperList) If a MetacardMapper cannot be found or there is no mapping for the incomingPropertyName, return null. This will cause a query to be constructed without an AbstractSortingClause. -
lookupMetacardAttributeToFeaturePropertyMapper
-