|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.validation.DefaultFeatureValidation
org.geotools.validation.attributes.SQLValidation
public class SQLValidation
PointCoveredByLineValidation purpose.
SQL Validation
Field Summary |
---|
Fields inherited from interface org.geotools.validation.Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
SQLValidation()
PointCoveredByLineValidation constructor. |
Method Summary | |
---|---|
java.lang.String |
getSql()
Access lineTypeRef property. |
void |
setSql(java.lang.String sql)
Set lineTypeRef to lineTypeRef. |
boolean |
validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
SQL Validation |
Methods inherited from class org.geotools.validation.DefaultFeatureValidation |
---|
getDefaultLineString, getDescription, getName, getPriority, getTypeRef, getTypeRefs, setDescription, setName, setTypeRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLValidation()
Super
Method Detail |
---|
public boolean validate(org.opengis.feature.simple.SimpleFeature feature, org.opengis.feature.simple.SimpleFeatureType type, ValidationResults results)
validate
in interface FeatureValidation
validate
in class DefaultFeatureValidation
feature
- Feature to be Validatedtype
- FeatureTypeInfo schema of featureresults
- coallate results information
true
if the feature is a valid geometry.org.geotools.validation.FeatureValidation#validate(org.geotools.feature.Feature,
org.geotools.feature.FeatureType,
org.geotools.validation.ValidationResults)
public java.lang.String getSql()
public void setSql(java.lang.String sql)
sql
- The sql to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |