public class AppSchemaDataAccessDTO extends Object implements Serializable
AppSchemaDataAccess
.
This configuration object contains all the needed elements for a AppSchemaDataAccess to aquire the source and target FeatureTypes, and apply the mappings between attributes to serve community schemas.
Constructor and Description |
---|
AppSchemaDataAccessDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseSchemasUrl()
DOCUMENT ME!
|
String |
getCatalog() |
List<String> |
getIncludes()
Return the list of paths of related types that are mapped separately
|
Map |
getNamespaces()
DOCUMENT ME!
|
List |
getSourceDataStores()
DOCUMENT ME!
|
List |
getTargetSchemasUris()
DOCUMENT ME!
|
Set |
getTypeMappings()
DOCUMENT ME!
|
void |
setBaseSchemasUrl(String baseSchemasUrl)
DOCUMENT ME!
|
void |
setCatalog(String oasisCatalogUri) |
void |
setIncludedTypes(ArrayList<String> includes)
Set the path of other related types that are mapped separately
|
void |
setNamespaces(Map nameSpaces)
DOCUMENT ME!
|
void |
setSourceDataStores(List dataStores)
DOCUMENT ME!
|
void |
setTargetSchemasUris(List targetSchemasUris)
DOCUMENT ME!
|
void |
setTypeMappings(Set typeMappings)
DOCUMENT ME!
|
public List getTargetSchemasUris()
public void setTargetSchemasUris(List targetSchemasUris)
targetSchemasUris
- DOCUMENT ME!public void setNamespaces(Map nameSpaces)
nameSpaces
- DOCUMENT ME!public Map getNamespaces()
public void setIncludedTypes(ArrayList<String> includes)
includes
- public List<String> getIncludes()
public void setSourceDataStores(List dataStores)
dataStores
- DOCUMENT ME!public List getSourceDataStores()
public void setTypeMappings(Set typeMappings)
typeMappings
- DOCUMENT ME!public Set getTypeMappings()
public String getBaseSchemasUrl()
public void setBaseSchemasUrl(String baseSchemasUrl)
baseSchemasUrl
- URL of a resource which's going to be taken as the base location to
resolve configuration path elements expressed as relative paths.public String getCatalog()
public void setCatalog(String oasisCatalogUri)
Copyright © 1996–2019 Geotools. All rights reserved.