You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for clarifications.
The current style package is still pending, but will not compile due to outdated Expression and Filter interfaces.
I know the next iteration of the symbolizers specification is due for approval in 2029, but what is the current plan
of the GeoAPI with regards to the styles package?
The org.opengis.style package is not part of the GeoAPI 3.0 release. Officially, it should be as if it does not exist. The Geotk project uses it, but the fact that Geotk is using a non-released version of GeoAPI is a problem that we are trying to resolve. On Geotk side, we are considering to replace org.opengis.style usages by org.apache.sis.style.se1 internally (the se1 part remind that this is a model derived from an encoding). The content of the org.opengis.style package may change completely, and it may be safer to delete it until a new style specification is ready at OGC. But there is no formal decision (except that org.opengis.style is not part of official release), so its fate is s…
The org.opengis.style package is not part of the GeoAPI 3.0 release. Officially, it should be as if it does not exist. The Geotk project uses it, but the fact that Geotk is using a non-released version of GeoAPI is a problem that we are trying to resolve. On Geotk side, we are considering to replace org.opengis.style usages by org.apache.sis.style.se1 internally (the se1 part remind that this is a model derived from an encoding). The content of the org.opengis.style package may change completely, and it may be safer to delete it until a new style specification is ready at OGC. But there is no formal decision (except that org.opengis.style is not part of official release), so its fate is still open to discussion.
@XmlElement("AnchorPoint")
publicinterfaceAnchorPoint {
/** * get the x coordinate of the anchor point * * @return the expression which represents the X coordinate */@XmlElement("AnchorPointX")
ExpressiongetAnchorPointX();
/** * get the y coordinate of the anchor point * * @return the expression which represents the Y coordinate */@XmlElement("AnchorPointY")
ExpressiongetAnchorPointY();
/** * calls the visit method of a StyleVisitor * * @param visitor the style visitor */Objectaccept(StyleVisitorvisitor, ObjectextraData);
}
Thanks. But Eclipse was also correct, above Expression usages, while compilable, are incorrect. The message reported by Eclipse was probably a warning rather than an error. This is part of the reasons why this package needs to be revisited.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
The
org.opengis.stylepackage is not part of the GeoAPI 3.0 release. Officially, it should be as if it does not exist. The Geotk project uses it, but the fact that Geotk is using a non-released version of GeoAPI is a problem that we are trying to resolve. On Geotk side, we are considering to replaceorg.opengis.styleusages byorg.apache.sis.style.se1internally (these1part remind that this is a model derived from an encoding). The content of theorg.opengis.stylepackage may change completely, and it may be safer to delete it until a new style specification is ready at OGC. But there is no formal decision (except thatorg.opengis.styleis not part of official release), so its fate is s…